|
<!-- Layout by teppyslayouts.neocities.org --> |
|
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<title>Site Title</title> |
|
<link rel="stylesheet" type="text/css" href="style.css"> |
|
<meta name="viewport" content="width=device-width, initial-scale=0.1"> |
|
</head> |
|
<body class="header-body"> |
|
<img src="avatar.png" class="avatar"> |
|
<div class="title">For a Moment in June</div> |
|
<div class="menu"> |
|
<a href="index.html" target="_top">Home</a> · |
|
<a href="about.html" target="_top">Blog</a> · |
|
<a href="about.html" target="_top">About</a> · |
|
<a href="about.html" target="_top">Links</a> |
|
</div> |
|
</body> |
|
</html> |