21 lines
472 B
HTML
21 lines
472 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Tickle</title>
|
|
<meta charset="UTF-8" />
|
|
<link href="../../modules/templates/blog.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<section>
|
|
<button class="burger">≡</button>
|
|
<nav class="menu"></nav>
|
|
</section>
|
|
<main></main>
|
|
<pre id="Source"></pre>
|
|
<div id="Loading">
|
|
<p>❤</p>
|
|
</div>
|
|
<script type="module" src="../../modules/templates/blog.mjs"></script>
|
|
</body>
|
|
</html>
|