You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
suchwow/suchwow/templates/index.html

8 lines
230 B

{% extends 'base.html' %}
{% block content %}
<a href="{{ url_for('login') }}">Login</a><br>
<a href="{{ url_for('submit') }}">Submit A Meme</a><br>
<a href="{{ url_for('debug') }}">Visit the secret page!</a>
{% endblock %}