-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·33 lines (32 loc) · 1.29 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
29
30
31
32
33
<!-- Lucas Bubner, Lachlan Paul, 2023 -->
<!DOCTYPE html>
<html lang="en">
<head>
<script src="/pace.min.js"></script>
<link rel="stylesheet" href="/flash.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.1.3/dist/css/bootstrap.min.css"
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous" />
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#00340e" />
<meta name="darkreader-lock" />
<meta
name="description"
content="A custom solution to tackling communication issues in social club settings." />
<meta name="author" content="Lucas Bubner, Lachlan Paul, 2023" />
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<title>Bunyip Bellower</title>
</head>
<body>
<noscript>
<img src="/nojs.png" style="width: 100%; height: 100vh" />
</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>