|
|
@@ -39,8 +39,9 @@ |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
<div class="k-copyright"> |
|
|
|
Copyright © 2014 Noah Petherbridge<br> |
|
|
|
Powered by <a href="http://rophako.kirsle.net/" target="_blank">{{ app["name"] }}</a> v{{ app["version"] }}<br> |
|
|
|
Copyright © 2014 Noah Petherbridge — All rights reserved<br> |
|
|
|
Powered by <a href="http://rophako.kirsle.net/" target="_blank">{{ app["name"] }}</a> v{{ app["version"] }} - |
|
|
|
Hosted by <a href="https://www.digitalocean.com/?refcode=ea01734d3fc7">DigitalOcean</a><br> |
|
|
|
Page generated in %time_elapsed%s. |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -147,12 +148,20 @@ |
|
|
|
|
|
|
|
<div class="k-navi"> |
|
|
|
<div class="center"> |
|
|
|
<a href="https://www.python.org/" target="_blank"> |
|
|
|
<img src="/static/images/python.png" width="80" height="15" alt="Python powered"> |
|
|
|
</a><br> |
|
|
|
|
|
|
|
<a href="http://validator.w3.org/check?uri=referer"> |
|
|
|
<img src="/static/images/html.png" width="88" height="31" alt="HTML 4.01 Strict"> |
|
|
|
<img src="/static/images/html5.png" width="80" height="15" alt="W3C Valid HTML5"> |
|
|
|
</a><br> |
|
|
|
|
|
|
|
<a href="http://jigsaw.w3.org/css-validator/validator?uri=http://www.kirsle.com/solar/screen.css"> |
|
|
|
<img src="/static/images/css.png" width="88" height="31" alt="CSS"> |
|
|
|
<img src="/static/images/css3.png" width="80" height="15" alt="W3C Valid CSS3"> |
|
|
|
</a><p> |
|
|
|
|
|
|
|
<a href="https://www.digitalocean.com/?refcode=ea01734d3fc7" target="_blank"> |
|
|
|
<img src="/static/images/digital-ocean.png" width="140" height="39" alt="Proudly hosted by DigitalOcean"> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|