-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 1.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="manifest" href="./manifest.json" />
<meta
name="theme-color"
content="#eeece9"
media="(prefers-color-scheme: light)"
/>
<meta
name="theme-color"
content="#261e1e"
media="(prefers-color-scheme: dark)"
/>
<meta
name="description"
content="The Newtonian is a student-led newspaper that publishes articles and multimedia created by Newton Sixth Form students."
/>
<meta
name="keywords"
content="The Newtonian, The Newton Sixth Form School, Newton News, Newston, newtonian"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no"
/>
<title>The Newtonian</title>
</head>
<body>
<noscript
>Sorry, This application needs JavaScript. Please enable it to enters the
Newtonian News</noscript
>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>