1
0
mirror of https://github.com/Adam-Ant/ClockworkAprilFools2017 synced 2025-02-22 11:08:34 +00:00

9 lines
204 B
HTML
Raw Normal View History

2017-03-31 21:50:20 +01:00
{% extends "layout.html" %}
{% block body %}
<form method="post">
Username: <input type="text" name="username" required>
<button type="submit">Get me that juicy Plus!</button>
</form>
{% endblock %}