blessfrey-bottle/src/views/index.tpl

25 lines
1.1 KiB
Smarty

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

% rebase('frame.tpl')
<div class="social">
<a href="https://twitter.com/lilchimchooree"><img class="img-social-ribbon" src="static/img/ele/twitter-ribbon.png" alt="link to developer's Twitter"></a>
</div>
<div class="bg"> </div>
<div class="footer-row"> </div>
<div class="tweets">
<a class="twitter-timeline" data-width="400" data-height="200" data-theme="dark" href="https://twitter.com/lilchimchooree?ref_src=twsrc%5Etfw">Tweets by lilchimchooree</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class="news">
<center>. •        . <strong>news</strong> ☆      .. . <br></center>
<br>
<ul>
% for n in news:
<li>★ <a href={{n[0]}}>{{!n[1]}}</a><br></li>
% end
</ul>
<br>
<center>.       ★      .. •     .       ☆</center>
</div>