forked from are0h/TheBadSpace
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
323 B
Plaintext
13 lines
323 B
Plaintext
2 years ago
|
{% block stylesheets %}
|
||
|
<link rel="stylesheet" type="text/css" href="/assets/css/front/start.css?=sdfsdf">
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block main %}
|
||
|
<section role="intro">
|
||
|
<span role="title">The Bad Space</span><br/>
|
||
|
Because some people are just awful humans.
|
||
|
<p>Coming Soonish...
|
||
|
</p>
|
||
|
</section>
|
||
|
{% endblock %}
|