26 lines
521 B
HTML
26 lines
521 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<link rel="Stylesheet" type="text/css" href="style.css">
|
||
|
<title>Blog Index</title>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
|
||
|
<hr />
|
||
|
<p>
|
||
|
<a href="about-me.html">About Me</a>
|
||
|
<hr />
|
||
|
</p>
|
||
|
|
||
|
<div id="Blog Posts"><h1 id="Blog Posts" class="header"><a href="#Blog Posts">Blog Posts</a></h1></div>
|
||
|
<hr />
|
||
|
<p>
|
||
|
<a href="hello-world.html">Hello World (2023/09/02)</a>
|
||
|
</p>
|
||
|
|
||
|
</body>
|
||
|
</html>
|