17 lines
No EOL
343 B
HTML
17 lines
No EOL
343 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h1 class="title">
|
|
New Website!! (WIP)
|
|
</h1>
|
|
|
|
Professional waster of time, purveyor of useless activities, and chronic avoider of productivity.
|
|
<!-- br brr brrrrr (bad) -->
|
|
<br>
|
|
<br>
|
|
I write bad code for fun and play games
|
|
<br>
|
|
<br>
|
|
<a href="/about">More about me</a>.
|
|
|
|
{% endblock content %} |