forked from projects/thebadspace
b8476ae76e
Just getting the bare minimum styles and templates created and rendering properly to have a simple splash going.
13 lines
323 B
Twig
13 lines
323 B
Twig
{% 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 %}
|