26 lines
510 B
HTML
Executable File
26 lines
510 B
HTML
Executable File
<!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>
|