tickle/index.html

21 lines
464 B
HTML
Raw Permalink Normal View History

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">&#8801;</button>
<nav class="menu"></nav>
</section>
<main></main>
<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>