Add gitignore and begin styling

This commit is contained in:
Froge 2025-02-01 01:12:17 +10:00
parent 7e3b4d9cbc
commit 22fcacaecc
Signed by: froge
GPG key ID: A825E09930271BFA
4 changed files with 48 additions and 48 deletions

View file

@ -8,6 +8,7 @@
<body>
<h1 class="title">Cyberfrog blog</h1>
</div>
<main id="main-content">
<h2 class="title">
This is my blog made with Zola!
@ -17,6 +18,11 @@
{% block content %} {% endblock %}
</div>
</main>
<!-- The wonderful frog pool -->
<div id="frog-pool-container">
<div class="frog-pool-water">
</div>
</div>
</body>
</html>