You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.3 KiB
Smarty

<!--right column-->
<div class="sidebar">
<div class="about-box">
<h1>about</h1>
<b>blessfrey</b> is a 2D action RPG developed for PC. Build the best skillbar against the next challenge.<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">
<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
</ul>
<br>
</div>
</div>
<div class="disclosure">
<h1>disclosure</h1>
blessfrey.me is not using sponsored posts or affiliate links. <br>
<br>
blessfrey.me does not collect personal information + has no cookies. <br>
<br>
Thank you for following the development of blessfrey. <br>
</div>
</div>