mirror of
https://github.com/maunium/stickerpicker
synced 2024-12-23 06:40:43 +00:00
23 lines
943 B
HTML
23 lines
943 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no">
|
|
<title>Setup - Maunium sticker picker</title>
|
|
|
|
<link rel="modulepreload" href="../lib/htm/preact.js"/>
|
|
<link rel="modulepreload" href="../lib/preact/hooks.js"/>
|
|
<link rel="modulepreload" href="src/Spinner.js"/>
|
|
<link rel="modulepreload" href="src/Button.js"/>
|
|
|
|
<link rel="stylesheet" href="../style/setup.css"/>
|
|
<link rel="stylesheet" href="../style/setup-login.css"/>
|
|
<link rel="stylesheet" href="../style/spinner.css"/>
|
|
<link rel="stylesheet" href="../style/button.css"/>
|
|
<script src="../src/setup/index.js" type="module"></script>
|
|
<script nomodule>document.body.innerText = "This setup page requires modern JavaScript"</script>
|
|
</head>
|
|
<body>
|
|
<noscript>This setup page requires JavaScript</noscript>
|
|
</body>
|
|
</html>
|