forked from froge/cyberfrog.me
Add gitignore and begin styling
This commit is contained in:
parent
7e3b4d9cbc
commit
22fcacaecc
4 changed files with 48 additions and 48 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue