Files
ClockworkAprilFools2017/website/templates/buy.html
T

9 lines
184 B
HTML

<html>
<body>
<form method="post">
Username: <input type="text" name="username">
<button type="submit">Get me that juicy Plus!</button>
</form>
</body>
</html>