Add 'www/alert.html'
This commit is contained in:
parent
161c8f4a4e
commit
64439c7991
|
@ -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>
|
Loading…
Reference in New Issue