Windows95WebsiteTemplate/blank.html

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