-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (29 loc) · 1.04 KB
/
index.html
File metadata and controls
33 lines (29 loc) · 1.04 KB
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>
<head>
<link rel="stylesheet" type="text/css" href="assets/css/navbar.css">
<link rel="stylesheet" type="text/css" href="assets/css/index-style.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Teas!</title>
</head>
<body>
<div class="nav-bar">
<div class="nav-bar-items">
<p id=home> <a href="index.html">HOME</a></p>
<p id=types> <a href="types.html">TYPES</a></p>
<p id=questions> <a href="questions.html">???</a></p>
<p id="rcorners1"></p>
</div>
</div>
<div class="content">
<div id="animation">
<a href="types.html">
<img id="anim" src="assets/img/teapour.gif" alt="TeaPour">
</a>
</div>
</div>
</body>
</html>