-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (65 loc) · 2.42 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, viewport-fit=cover"
/>
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/img/icon.svg" />
<link rel="icon" type="image/png" sizes="16x16" href="/img/icon16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/img/icon32.png" />
<!-- more icons -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="/img/apple-touch-icon.png"
/>
<link rel="manifest" href="/manifest.json" />
<link rel="mask-icon" href="/img/safari-pinned-tab.svg" color="#6435c9" />
<title>HSCPastPapers.com</title>
<!-- Facebook Open Graph stuff (for sharing on FB) -->
<meta property="og:url" content="https://hscpastpapers.com/" />
<meta property="og:title" content="HSCPastPapers.com" />
<meta
property="og:description"
content="Quickly find NSW HSC past exam papers, marking guidelines, notes from the marking centre, and more for free. Not affiliated with NESA."
/>
<meta property="og:image" content="https://hscpastpapers.com/meta.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://hscpastpapers.com/" />
<meta property="twitter:title" content="HSCPastPapers.com" />
<meta
property="twitter:description"
content="Quickly find NSW HSC past exam papers, marking guidelines, notes from the marking centre, and more for free. Not affiliated with NESA."
/>
<meta
property="twitter:image"
content="https://hscpastpapers.com/meta.png"
/>
<!-- Google search -->
<meta
name="Description"
content="Quickly find NSW HSC past exam papers, marking guidelines, notes from the marking centre, and more for free. Not affiliated with NESA."
/>
</head>
<body>
<noscript>
<h1>HSCPastPapers.com</h1>
<h2>JavaScript is needed to run this page.</h2>
<a href="https://www.enable-javascript.com/" target="_blank">
Instructions to enable JavaScript
</a>
</noscript>
<div id="root">
<header></header>
<div class="center-container">
<div class="spinner big"></div>
</div>
</div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>