-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (50 loc) · 3.02 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
<!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">
<meta name="description" content="Online Discoveries, the best tool for online learning.">
<link rel="preload" href="./gillsansmt.ttf" as="font" type="font/ttf" crossorigin>
<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>
<head>
<link rel="apple-touch-icon" href="https://onlinediscoveries.net/Assets/AppleTouchIcon.png"/>
<meta name="google-site-verification" content="nMlh2T2SzSj5OEB5gaJlF2027HwcFrFU8MRNDigEAbA" />
<link rel='icon' href='/favicon.ico' type='image/x-icon'>
</head>
<body>
<div><img src="Assets/Icon.png" alt="Our logo should go here. Maybe something went wrong?" class="centerimage"></img>
<h1 class="title">Welcome to Online Discoveries!</font></h1>
<title>Online Discoveries</title>
<p class="maintext"><b>Pirate ships can come out of the smart whiteboard.<br>
Maybe even a giant great monster. <br>
Who knows what children could secretly be thinking in their heads. <br>
Exactly. <br>
No one. <br>
Spark your children's imagination with Online Discoveries, the best tool for online learning, with a kid friendly interface and super fun content!<br>
Please click the "Menu" button below to begin.</font></p>
<center><a href="menu.html"><button width=1520%><b>Menu</b></button></a></center><br></div>
<p class="copyright"><b>Copyright Isaac Gravenor Technologies. No part of this website may be reproduced without permission of the author.</b></p>
</body>
</html>