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.
15 lines
482 B
HTML
15 lines
482 B
HTML
<div class="screen">
|
|
<h1 class="title">
|
|
SuchWowX.
|
|
</h1>
|
|
<p class="subtitle">
|
|
Memes. <strong>Interplanetary</strong>!
|
|
</p>
|
|
{% if request.path == '/' %}
|
|
<a class="button is-secondary" href="{{ url_for('meta.about') }}" up-target=".container">About</a>
|
|
<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>
|