21 lines
391 B
HTML
Executable File
21 lines
391 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 style="font-family:wind95; font-size:20px" contenteditable="true">
|
|
</body>
|
|
|
|
</html>
|