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.
14 lines
381 B
HTML
14 lines
381 B
HTML
3 years ago
|
<div class="screen">
|
||
|
<h1 class="title">
|
||
|
SuchWowX.
|
||
|
</h1>
|
||
|
<p class="subtitle">
|
||
|
Memes. <strong>Interplanetary</strong>!
|
||
|
</p>
|
||
|
{% if request.path == '/' %}
|
||
|
<a class="button is-primary" href="{{ url_for('meta.new') }}">New Meme</a>
|
||
|
{% else %}
|
||
|
<a class="button" href="{{ url_for('meta.index') }}" up-preload up-follow=".container">Go Home</a>
|
||
|
{% endif %}
|
||
|
</div>
|