-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>kqueue</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./static/style.css" />
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>💡</text></svg>"
/>
</head>
<body>
<div class="left">
<div class="title left">IN PREPARAZIONE</div>
<div id="table-container-in"></div>
</div>
<div class="divider"></div>
<div class="right">
<div class="title right">DA RITIRARE</div>
<div id="table-container-out"></div>
</div>
<input type="text" id="input" placeholder="" />
<a href="https://github.com/sanfai-leat/kqueue" class="footer">sanfai-leat/kqueue<a/>
<audio id="bellSound" src="https://cdn.pixabay.com/download/audio/2024/06/07/audio_3d4fd52222.mp3" preload="auto"></audio>
<script type="text/javascript" src="./static/main.js"></script>
</body>
</html>