24 lines
436 B
HTML
Executable File
24 lines
436 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Language" content="en-us">
|
|
<title>06-13-2024 - First Entry</title>
|
|
<link rel="stylesheet" href="../scripts/styles.css">
|
|
<style>
|
|
@font-face {
|
|
font-family: wind95;
|
|
src: url(../fonts/w95fa.woff);
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body style="font-size:20px">
|
|
<p> Placeholder</p>
|
|
<p> 25 October, 2024</p>
|
|
<p>
|
|
Placeholder message content
|
|
</p>
|
|
|
|
</html>
|