-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (36 loc) · 1.33 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
<!DOCTYPE html>
<html>
<head>
<script defer src="index.js"></script>
<link rel="icon" href="https://www.pngitem.com/pimgs/m/5-52304_transparent-game-of-thrones-chair-png-game-of.png">
<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=MedievalSharp&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>GoT-Hub</title>
</head>
<body>
<div id="top-border">
<div id="row-1-column-1"></div>
<div id="row-1-column-2"></div>
<div id="row-1-column-3"></div>
<div id="row-1-column-4"></div>
<div id="row-1-column-5"></div>
</div>
<div id="title-bar"><h1>GoT-HuB</h1></div>
<header>
<form id="search-form">
<input type="text" id="search_box" placeholder="Search by character name...">
<input type="submit" value="Search" id="search">
</form>
<nav id="nav">
<ul id="char-list"></ul>
</nav>
</header>
<div id="favorites">
<ul id="fav-list"></ul>
</div>
<div id="main">
</div>
</body>
</html>