2024-04-19 22:13:16 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title></title>
|
2024-04-21 17:58:09 -05:00
|
|
|
<link rel="stylesheet" href="readable.css?v1.1.0">
|
2024-04-19 22:13:16 -05:00
|
|
|
<link rel="stylesheet" href="homepage.css">
|
2024-04-21 17:58:09 -05:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2024-04-19 22:13:16 -05:00
|
|
|
</head>
|
|
|
|
<nav>
|
|
|
|
<a href="./index.html">Home</a>
|
|
|
|
<a href="./posts.html">Posts</a>
|
2024-04-20 10:21:45 -05:00
|
|
|
<a href="./guestbook/index.html">Guestbook</a>
|
2024-04-19 22:13:16 -05:00
|
|
|
</nav>
|
|
|
|
<body>
|
|
|
|
<h1>Fbi's Epic Blog</h1>
|
2024-04-21 17:58:09 -05:00
|
|
|
</main>
|
|
|
|
<article>
|
2024-04-19 22:13:16 -05:00
|
|
|
<div class="articles">
|
|
|
|
<section>
|
|
|
|
<a href="./post1.html">
|
|
|
|
<h3>post 1</h2>
|
|
|
|
</a>
|
|
|
|
This is my blog..
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<a href="./post2.html">
|
|
|
|
<h3>post 2 </h2>
|
|
|
|
</a>
|
|
|
|
This is cool
|
|
|
|
</section>
|
|
|
|
<section>
|
|
|
|
<a href="./post3.html">
|
|
|
|
<h3>post 3 </h2>
|
|
|
|
</a>
|
|
|
|
This is amazing
|
|
|
|
</section>
|
|
|
|
</div>
|
2024-04-21 17:58:09 -05:00
|
|
|
<p>thank</p>
|
|
|
|
</article>
|
|
|
|
</main>
|
2024-04-19 22:13:16 -05:00
|
|
|
</body>
|
|
|
|
</html>
|