2022-06-27 21:20:12 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Tickle</title>
|
|
|
|
<meta charset="UTF-8" />
|
2023-05-13 15:26:48 +00:00
|
|
|
<link href="./modules/templates/blog.css" rel="stylesheet" />
|
2022-06-27 21:20:12 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-05-13 15:26:48 +00:00
|
|
|
<section>
|
|
|
|
<button class="burger">≡</button>
|
|
|
|
<nav class="menu"></nav>
|
|
|
|
</section>
|
|
|
|
<main></main>
|
2022-07-02 22:21:20 +00:00
|
|
|
<pre id="Source"></pre>
|
|
|
|
<div id="Loading">
|
|
|
|
<p>❤</p>
|
|
|
|
</div>
|
2023-05-13 15:26:48 +00:00
|
|
|
<script type="module" src="./modules/templates/blog.mjs"></script>
|
2022-06-27 21:20:12 +00:00
|
|
|
</body>
|
|
|
|
</html>
|