rpg page has well-behaved footer

This commit is contained in:
chimchooree
2022-07-15 14:44:11 -05:00
parent ad921c7028
commit f84ab6c842
4 changed files with 15 additions and 14 deletions
+1
View File
@@ -16,6 +16,7 @@
<div class="center"><h2>what about blessfrey?</h2>
<img src="/static/img/prom/BlessFREY_logo.png" alt="(link: BLESSFREY" class="logo">
jump to <a href="#demo">demo</a> • <a href="#controls">controls</a> • <a href="#system">system</a> • <a href="#story">story</a> • <a href="#characters">characters</a> • <a href="#info">info</a><br>
<br>
<p>Blessfrey is a 2D dungeoncrawling action rpg for PC developed by me (chimchooree) in Godot Engine inspired by Guild Wars 1 and Magic: The Gathering. I'll share any release demos on this page. <br></p>
<!--<h2>controls</h2>
<ul>
-2
View File
@@ -1,6 +1,4 @@
<!--Footer-->
<footer>
<div class="footer-content">
&#169; chimchooree 2020-{{year}}<br>
</div>
</footer>
+2 -2
View File
@@ -17,10 +17,10 @@
{{!base}}
</div>
% include('footer.tpl')
</div>
</body>
</html>