35 lines
1.1 KiB
HTML
Executable file
35 lines
1.1 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Project Windows</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="stylesheet" href="/styles/normal.css" />
|
|
<link rel="stylesheet" href="/styles/windows.css" />
|
|
<link rel="stylesheet" href="/styles/style.css" />
|
|
<style>
|
|
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
|
|
:root {
|
|
--base-scale: 16px;
|
|
|
|
--background-color: hsl(15, 100%, 15%);
|
|
--color: hsl(15, 100%, 85%);
|
|
--accent-color: hsl(15, 100%, 50%);
|
|
--accent-color-fg: hsl(15, 100%, 95%);
|
|
--font-family: "Lexend Deca";
|
|
--document-width: 40em;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<$ loader.html $>
|
|
<section id="data_get">
|
|
<h1>Getting post...</h1>
|
|
</section>
|
|
<section id="accessibility" hidden></section>
|
|
<script src="/scripts/accessibility.js"></script>
|
|
<script src="./scripts/showdown.min.js"></script>
|
|
<script src="./scripts/data_get_blog_post.js"></script>
|
|
</body>
|
|
</html>
|