-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfun.html
25 lines (22 loc) · 786 Bytes
/
fun.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
<!DOCTYPE html>
<html lang=en>
<head>
<title>George Beknazar-Yuzbashev</title>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<link rel=icon href=favicon.ico>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main>
<h1>What is <span class='red'>Fun</span>?</h1>
<nav>
<ul>
<li><a href="index.html">home</a> <span class="text-accent">|</span> <a href="research.html">research</a> <span class="text-accent">|</span> <a class="red" href="fun.html">fun</a></li>
<li>---</li>
<p class="text-accent"> Research is a lot of fun. It can be found <a class="red" href="research.html">here</a>.</p>
</ul>
</nav>
</main>
</body>
</html>