forked from JelyMe/JelyMe.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (38 loc) · 1.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Our Exams</title>
<link rel="stylesheet" href="style.css" />
<script src="https://unpkg.com/lunr/lunr.js"></script>
<script src="js.js" type="module" defer></script>
<link rel="stylesheet" href="https://use.typekit.net/khq6mcg.css" />
<img
src="Images/LoadingWheel.png"
alt="Loading Wheel"
style="display: none"
/>
</head>
<body>
<div class="stars -visible" style="height: 100%">
<div class="small"></div>
<div class="medium"></div>
<div class="big"></div>
</div>
<header class="flex-c-c full-viewport-width">
<h1 class="text-white nasalization">OUR EXAMS</h1>
</header>
<div id="search-bar-wrapper">
<div id="search-bar">
<div id="autocomplete">Search</div>
<input type="text" id="search-text" />
</div>
</div>
<div class="loading-wheel flex-c-c">
<img src="Images/LoadingWheel.png" alt="Loading Wheel" />
</div>
<div class="search-results flex-s-s flex-column"></div>
<p class="text-white">Designed & Created by cool people</p>
</body>
</html>