23 lines
562 B
HTML
23 lines
562 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Queue</title>
|
|
<link rel="shortcut icon" href="./assets/queue.png" type="image/png">
|
|
<link rel="stylesheet"
|
|
href="../node_modules/modern-normalize/modern-normalize.css">
|
|
<link rel="stylesheet" href="./scss/index.scss">
|
|
</head>
|
|
|
|
<body class="love">
|
|
<noscript>
|
|
This web extension does not work without JavaScript, sorry. :(
|
|
</noscript>
|
|
|
|
<script src="./settings-page.ts"></script>
|
|
</body>
|
|
|
|
</html>
|