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/plain • 751 B
ASCII text
        
            
1
{% extends "_layout.html" %}
2
{% block Head %}
3
{{super()}}
4
<link rel="stylesheet" href="/src/0greatnesswebring.css" defer="defer" />
5
<meta property="og:title" content="Index" />
6
<meta property="og:type" content="website" />
7
<meta property="og:url" content="https://steve0greatness.nekoweb.org/" />
8
{% endblock %}
9
{% block title %}Homepage{% endblock %}
10
{% block breadcrumbs %}{% endblock %}
11
{% block content %}
12
<h1>Deprecated!</h1>
13
<p>I no longer use GitHub pages to distribute my website. In the future, please go to <a rel="me" href="https://steve0greatness.nekoweb.org/">steve0greatness.nekoweb.org</a>. Also, if you're subscribed to my blog using RSS, update that as well.</p>
14
<p>All links are kept here for historical purposes.</p>
15
{% endblock %}
16