24 lines
No EOL
653 B
HTML
24 lines
No EOL
653 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h1 class="title">
|
|
New Website!! (Still very WIP)
|
|
</h1>
|
|
|
|
<div id="new-site-warning">
|
|
<b>Hey!</b> This is a new version of my site rewritten from scratch!
|
|
I still don't really know what I'm doing with web dev, and this is still <i>very</i> WIP.
|
|
Stuff is still very broken/incomplete relative to the old site, but I'm working on it!
|
|
</div>
|
|
|
|
<br>
|
|
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 %} |