-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
43 lines (36 loc) · 1.67 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
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="shortcut icon" href="/favicon.ico" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#303F9F" />
<link rel="manifest" href="/manifest.json" />
<title>CrossAngles Timetable Planner</title>
<meta property="og:url" content="https://%VITE_BASE_URL%/">
<meta property="og:type" content="website">
<meta property="og:title" content="CrossAngles">
<meta property="og:image" content="https://%VITE_BASE_URL%/img/icons/crossangles-og.png">
<meta property="og:image:width" content="279">
<meta property="og:image:height" content="279">
<meta property="og:description" content="The easiest way to plan your timetable for next term">
<meta name="Description" content="CrossAngles is the easiest way to plan your timetable for next term. Provided by Campus Bible Study at UNSW">
<link
rel="preload"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
as="style"
onload="this.onload=null; this.rel='stylesheet'"
>
<link rel="preconnect" href="%VITE_DATA_ROOT_URI%">
<link rel="preconnect" href="https://www.google-analytics.com">
<link rel="canonical" href="https://%VITE_BASE_URL%/" />
</head>
<body>
<noscript>
<strong>CrossAngles doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>