-
Notifications
You must be signed in to change notification settings - Fork 6
/
rooms.html
28 lines (27 loc) · 934 Bytes
/
rooms.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" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, user-scalable=yes" />
<title>OpenCircle</title>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="static/hand.png" rel="icon" type="image/png" />
<link
href="https://fonts.googleapis.com/css2?family=Space+Mono:ital@0;1&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="styler.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css"
integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY="
crossorigin="anonymous"
/>
<script src="//cdn.jsdelivr.net/npm/sweetalert2@10"></script>
<script src="./utils.js"></script>
</head>
<body>
<div id="canvas"></div>
</body>
</html>