-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 loc) · 899 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>yishus.dev</title>
<link rel="stylesheet" href="./styles/main.css">
</head>
<body>
<header>
<nav>
<ul class="list-style-none floaty-list">
<li><a href="/">Home</a></li>
<li><a href="/about">About</a></li>
</ul>
</nav>
</header>
<main>
<ul class="list-style-none">
<li>
<article>
<time datetime="2022-12-22">22 Dec 2022</time>
<a href="board-games-ranked-2022">Top 10 Board Games of All-Time | 2022 Edition</a>
</article>
</li>
<li>
<article>
<time datetime="2024-08-22">22 Aug 2024</time>
<a href="roastful-2024">Working through Roastful's 2024 list</a>
</article>
</li>
</ul>
</main>
</body>
</html>