Add deeplink redirect to install link generator (#2024)
This commit is contained in:
@@ -5,6 +5,22 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Goose Install Link Generator</title>
|
||||
<link rel="stylesheet" href="./styles.css">
|
||||
<style>
|
||||
.error {
|
||||
color: #dc3545;
|
||||
padding: 10px;
|
||||
border: 1px solid #dc3545;
|
||||
border-radius: 4px;
|
||||
margin: 10px 0;
|
||||
background-color: #f8d7da;
|
||||
}
|
||||
.container {
|
||||
display: none; /* Hidden by default, shown if no params or error */
|
||||
}
|
||||
.result {
|
||||
display: none; /* Hidden by default, shown when needed */
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user