-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
37 lines (37 loc) · 1.94 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
<!DOCTYPE html>
<html lang="en" class="notranslate" translate="no">
<head>
<link rel="stylesheet" href="./styles/fonts.css" />
<link rel="stylesheet" href="./styles/main.css" />
<link rel="stylesheet" href="./styles/homepage.css" />
<title>Home | Vocabulary Testing Program 6</title>
<link rel="icon" type="image/png" href="./logos/logo-square.png"/>
<meta property="og:image" content="./logos/logo-banner.png" />
<meta property="og:image:width" content="1980" />
<meta property="og:image:height" content="1741" />
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="This is the homepage of Vocabulary Testing Program 6, a new way for Languages students to learn vocabulary for free." />
</head>
<body>
<div id="header"></div>
<div id="content">
<h1 id="main-header">
<span id="orange"></span> <span id="purple"></span>
</h1>
<h2 id="main-text">A new way to learn vocabulary, <i>completely for free.</i></h2>
<h3 id="link-text"><a href="./folders/">Explore vocabulary folders now</a> <span id="animate-arrow">→</span></h3>
</div>
<!-- <canvas id="canvas"></canvas> -->
<div id="footer"></div>
<script src="./scripts/lightdark.js"></script>
<script src="./scripts/header.js"></script>
<script src="./scripts/cookies.js"></script>
<script src="./scripts/homepage.js"></script>
<!-- <script src="./scripts/confetti.js"></script> -->
<!-- <script src="./scripts/snow.js"></script> -->
<script src="./scripts/footer.js"></script>
<script src="./scripts/misc.js"></script>
<script async data-id="101454906" src="//static.getclicky.com/js"></script>
</body>
</html>