guestbook/post1.html

21 lines
496 B
HTML
Raw Normal View History

2024-04-19 22:13:16 -05:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My First Post - Fbi's Epic Blog</title>
<link rel="stylesheet" href="readable.css"</link>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-04-19 22:13:16 -05:00
</head>
<body>
<nav>
<a href=./index.html>Back Home</a>
</nav>
<h1> My First Post</h1>
<p>
<b> Hello world </b>
</p>
<p> This is my blog. I plan to talk about stuff where stuff is cool <a href="https://google.com">google</a> </p>
</body>
</html>