Add 'www/alert.html'

This commit is contained in:
Sarimoko 2022-02-13 05:41:20 +00:00
parent 161c8f4a4e
commit 64439c7991
1 changed files with 13 additions and 0 deletions

13
www/alert.html Normal file
View File

@ -0,0 +1,13 @@
<html>
<head>
<script src="https://cdn.jsdelivr.net/npm/comfy.js@latest/dist/comfy.min.js"></script>
<link rel="stylesheet" href="index.css">
<link href="https://fonts.googleapis.com/css2?family=Bungee&family=Open+Sans&display=swap" rel="stylesheet">
</head>
<body>
<div class="alerts" id="content"></div>
<audio style="display: none;" controls muted="muted" autoplay></audio>
<script src="./queue.js"></script>
<script src="./alert.js"></script>
</body>
</html>