A mirror of my website's source code.

 index.html

View raw Download
text/html • 239 B
HTML document, ASCII text
        
            
1
{% extends "_layout.html" %}
2
{% block Head %}
3
{{super()}}
4
{% endblock %}
5
{% block title %}Homepage{% endblock %}
6
{% block content %}
7
<h1>Steve0Greatness</h1>
8
<a href="/blog">Blog</a> - <a href="/link-tree.html">Link Tree</a>
9
{% endblock %}