-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjustinawords.html
45 lines (42 loc) · 2.11 KB
/
justinawords.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Justina Word Game</title>
<link rel="stylesheet" href="css/styles.css?v=1.0">
<link rel="fluid-icon" href="http://fuzz.net.au/justinacc/icon.png" title="Justina">
<meta name="description" content="A simple page used for teaching kids (mostly my daughter) words">
<meta name="author" content="Justin Condello">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta property="og:title" content="Justina Word Game">
<meta property="og:type" content="website">
<meta property="og:url" content="http://fuzz.net.au/justinacc/justinawords.html">
<meta property="og:site_name" content="Justina Word Game">
<meta property="og:description" content="A simple page used for teaching kids (mostly my daughter) letters and words">
<meta property="og:image" content="http://fuzz.net.au/justinacc/icon.png">
<meta property="og:image:width" content="600">
<meta property="og:image:height" content="600">
<meta property="og:image:type" content="image/png">
<meta property="og:image:alt" content="Picture of Justina">
<link rel="icon" href="favicon.ico">
<link rel="icon" href="icon.png" type="image/png">
<link rel="icon" type="image/svg+xml" href="http://fuzz.net.au/justinacc/justina_inked.svg">
<link rel="icon" class="js-site-favicon" type="image/svg+xml" href="http://fuzz.net.au/justinacc/justina_inked.svg">
<link rel="apple-touch-icon" href="http://fuzz.net.au/justinacc/apple-touch-icon.png">
</head>
<body>
<div id="explosionContainer"></div>
<div id="centerOnPage" class="centerPage" style="z-index:90">
<div id="testWord" style="z-index:91"></div>
<div id="verified" style="z-index:92" hidden></div>
<div id="testLetters" style="z-index:92"></div>
</div>
<script src="js/worddictionary.js"></script>
<script src="js/tests-min.js"></script>
<script src="js/exploding.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
</body>
</html>