-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (24 loc) · 843 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Toddlearner</title>
<meta lang="en">
<meta charset="UTF-8">
<link rel="icon" type="image/svg+xml" href="favicon.svg">
<link rel="icon" href="favicon.png">
<link rel="stylesheet" href="main.css">
<link rel="manifest" href="appmanifest">
<meta name="description" content="Learning game for toddlers by StewVed">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
<meta name="keywords" content="StewVed,stewart,robinson,web,free,open,source,program,app,game,html5,javascript">
<meta name="author" content="Stewart Robinson (StewVed)">
</head>
<body>
<div id="loading" style="position:relative;"></div>
<script>
var a = document.createElement('script');
a.src = 'loader.js';
document.head.appendChild(a);
</script>
</body>
</html>