Move and update options index.html paths.

This commit is contained in:
Bauke 2023-04-26 12:47:47 +02:00
parent e03f163c30
commit 974d8f22fd
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Queue</title>
<link rel="shortcut icon" href="/queue.png" type="image/png">
<link rel="stylesheet" href="./index.scss">
</head>
<body class="love">
@ -15,7 +14,7 @@
This WebExtension doesn't work without JavaScript enabled, sorry! 😭
</noscript>
<script type="module" src="./index.ts"></script>
<script type="module" src="./setup.js"></script>
</body>
</html>