-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlore.html
33 lines (27 loc) · 1.08 KB
/
lore.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>TarnishedTyper</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/index.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100..900&display=swap" rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+Mono:wght@100..900&display=swap"
rel="stylesheet">
</head>
<body>
<nav>
<a href="/"><span class="nav-logo">TarnishedTyper</span></a>
<a href="/lore.html"><span class="nav-item"><u>Lore</u></span></a>
</nav>
<div class="center">
<input id="fuzzy-search-bar" placeholder="Ex: outer_gods" autocomplete="off"></input>
</div>
<div id="fuzzy-search-container" class="center">
</div>
</body>
<script src="/fuzzy.js"></script>
</html>