Windows95WebsiteTemplate/archive.html

26 lines
510 B
HTML
Raw Normal View History

2025-01-14 18:19:56 +00:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<title>Archive</title>
<base target="_self">
<link rel="stylesheet" href="scripts/styles.css">
<style>
@font-face {
font-family: wind95;
src: url(fonts/w95fa.woff);
}
</style>
</head>
<body>
<p style="font-size:20px;">
<a href="posts/First-06-13-2024.html">06-13-2024 - First Entry</a><br>
<a href="posts/Second-08-26-2024.html">08-26-2024 - Second Entry</a>
</p>
</body>
</html>