Add deeplink redirect to install link generator (#2024)

This commit is contained in:
Adewale Abati
2025-04-04 11:05:55 +02:00
committed by GitHub
parent 0bfb5e1e32
commit e438b331fe
2 changed files with 108 additions and 3 deletions
@@ -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">