A mirror of my website's source code.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 index.html

View raw Download
text/html • 197 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>
9
{% endblock %}