minor refactoring

This commit is contained in:
2023-05-13 17:58:34 +02:00
parent 9b3b3e15b6
commit 55b59bfd2c
23 changed files with 28 additions and 11 deletions

View File

@ -0,0 +1,20 @@
<!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">&#8801;</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>