<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title></title> <link rel="stylesheet" href="readable.css?v1.1.0"> <link rel="stylesheet" href="homepage.css"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <nav> <a href="./index.html">Home</a> <a href="./posts.html">Posts</a> <a href="./guestbook/index.html">Guestbook</a> </nav> <body> <h1>Fbi's Epic Blog</h1> </main> <article> <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> <p>thank</p> </article> </main> </body> </html>