added content back

This commit is contained in:
chimchooree
2021-07-11 19:09:39 -05:00
parent b54c328166
commit 866000f9a9
2 changed files with 231 additions and 6 deletions
+23 -3
View File
@@ -2,16 +2,32 @@
<div class="sidebar">
<div class="about-box">
<h1>about</h1>
<b>Blessfrey</b> is a 2D action RPG developed for PC in Godot Engine. <br>
<br>
Edit your skillbar from hundreds of skills to fight enemies, solve puzzles, + explore. <br>
<br>
Inspired by Guild Wars 1 and Magic: The Gathering. <br>
</div>
<div class="twitter-box">
<h1>chat</h1>
Twitter: <a href="https://twitter.com/lilchimchooree">@lilchimchooree</a><br>
<br>
<a href="/contact" rel="nofollow">contact me</a><br>
</div>
<div class="latest">
<h1>latest</h1>
<div class="latest-text">
latest
<ul>
% if len(latest) > 0:
% print(str(len(latest)))
% for l in latest:
<li>&#9;<a href=/{{l[0]}} rel="nofollow">{{!l[1]}}</a></li>
% end
% end
</ul>
<br>
</div>
</div>
@@ -20,6 +36,10 @@
</div>
<div class="disclosure">
disclosure
</div>
Blessfrey.me is not using sponsored posts or affiliate links. <br>
<br>
Blessfrey.me is not collecting personal information + has no cookies. <br>
<br>
Thank you for following the development of Blessfrey. <br>
</div>
</div>