You've already forked pages
forked from didirus/AstralRinth
* feat: surveys * make assigned and dismissed users fields optional * fix: set required CSP sources for Tally forms to show up * make only attempt on windows, temp bypass requirements * fix: lint issues * Add prompt for survey prior to popup * lint * hide ads when survey is open --------- Signed-off-by: Cal H. <hendersoncal117@gmail.com> Co-authored-by: Prospector <prospectordev@gmail.com> Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com> Co-authored-by: Cal H. <hendersoncal117@gmail.com> Co-authored-by: IMB11 <calum@modrinth.com>
18 lines
518 B
HTML
18 lines
518 B
HTML
<!doctype html>
|
|
<html lang="en" class="dark-mode">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Modrinth App</title>
|
|
|
|
<link rel="stylesheet" href="/src/assets/stylesheets/global.scss" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="https://tally.so/widgets/embed.js" async></script>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|