1
0
mirror of https://github.com/Adam-Ant/ClockworkAprilFools2017 synced 2024-09-08 21:53:53 +00:00
ClockworkAprilFools2017/templates/buy.html
2017-03-31 20:35:16 +01:00

9 lines
193 B
HTML

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