summaryrefslogtreecommitdiffstats
path: root/nfsw/templates/nfsw.html
blob: 03c9471987075578b79cf97e5be5502c8dd2e92e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{% extends 'base.html' %}

{% block title %}NFSW{% endblock %}

{% block content %}
<div class="nfsw-block">
    <header>
        <h1>NFSW is Full of Slimy Warts!</h1>
    </header>

    <div class="buttons">
        <a class="button" href="/register">Register</a>
        <a class="button" href="/login">Login</a>
    </div>
</div>
{% endblock %}