-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.html
49 lines (49 loc) · 2.43 KB
/
menu.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
<!DOCTYPE html>
<html lang="en-gb">
<meta name="theme-color" content="#901600">
<meta name="apple-mobile-web-app-status-bar-style" content="#901600">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Online Discoveries, the best tool for online learning.">
<link rel="apple-touch-icon" sizes="57x57" href="/Assets/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/Assets/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/Assets/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/Assets/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/Assets/Assets/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/Assets/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/Assets/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/Assets/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/Assets/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/Assets/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/Assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/Assets/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/Assets/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<link rel="stylesheet" href="/main.css">
<script>
if ('serviceWorker' in navigator) {
navigator.serviceWorker.register("/sw.js")
console.log("Service worker registered")
}
</script>
<title>Menu - Online Discoveries</title>
<head>
<link rel='icon' href='Assets\favicon.ico' type='image/x-icon'>
<header>
<h1 class="title">Menu</h1>
</header>
</head>
<body>
<header>
<p class="maintext"><b>Please choose the option you would like.<br></p>
<button><a href="index.html">Home</a></button><br>
<button><a href="about.html">About us</a></button><br>
<button><a href="teacher\index.html">Teachers, go here!</a></button><br>
<button><a href="pupil\index.html">Pupils, go here!</a></button><br>
<button><p>The serious stuff</a></button><br>
<button><a href="t-o-s\index.html">Terms of Service</a></button><br>
<button><a href="privacy-policy\index.html">Privacy Policy</a></button><br>
</header>
</body>
</html>