This repository was archived by the owner on May 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (33 loc) · 1.45 KB
/
index.html
File metadata and controls
37 lines (33 loc) · 1.45 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="/assets/styles/main.css" />
<link rel="stylesheet" href="/assets/styles/parallax.css" />
<link rel="icon" href="favicon.png">
<title>Computing SAC 1</title>
<meta name="description" content="Computing 1/2 - SAC 1 2024 - Contributors: Alexander Cleary, Nathan Scott & David Sprung" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500;700&display=swap" rel="stylesheet">
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.js"></script>
<script type="module" src="/assets/scripts/init.js"></script>
<header>
<div id="title-card">
<h5>Computing 1/2, SAC #1, 2024</h5>
<h6>Alexander Cleary, Nathan Scott, David Sprung</h6>
</div>
<div id="question-count">Your Answers</div>
<div id="github-card">
<a href="https://github.com/ClearyCoding/Computing-SAC1" target="_blank"><h6>Check this out on </h6><img alt="" class="github-logo" src="/assets/images/github.png"></a>
</div>
</header>
<main class="main">
<h1>Something Has Gone Wrong.</h1>
<p>Please make sure you have javascript enabled, or try to reload the page.</p>
</main>
</body>
</html>