diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2025-04-29 18:51:40 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-04-29 18:51:40 +0100 |
commit | 0e8ada1eff8799437c9be1bc2af10d6198fa8cad (patch) | |
tree | 65d40b0c83fc2477306d561d8b98741e8e6585c6 /templates/isocd.html.j2 | |
parent | 9e077a790919e2980111262fbde500a5cee828f8 (diff) | |
download | eda.gay-0e8ada1eff8799437c9be1bc2af10d6198fa8cad.tar.gz eda.gay-0e8ada1eff8799437c9be1bc2af10d6198fa8cad.zip |
Added inline HTML into blogposts, refactored a bit
Diffstat (limited to 'templates/isocd.html.j2')
-rwxr-xr-x | templates/isocd.html.j2 | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/templates/isocd.html.j2 b/templates/isocd.html.j2 deleted file mode 100755 index 3c532c0..0000000 --- a/templates/isocd.html.j2 +++ /dev/null @@ -1,32 +0,0 @@ -{% extends "template.html.j2" %} -{% block content %} - <p>As discussed <a href="https://nitter.eda.gay/estrogenizedboy/status/1490322471215636480#m">here</a>, I will post a GNU/Linux install CD to you for free (provided you live in the United Kingdom). Just fill out the form below:</p> - <form action="/getisocd" method="POST"> - <label for="email">*Email:</label> - <input type="email" id="email" name="email" required><br><br> - <label for="iso">*ISO:</label> - <select name="iso" id="iso" required> - {% for iso in iso_options %} - <option value="{{ iso }}">{{ iso }}</option> - {% endfor %} - </select><br><br> - <p>Sadly there is an upper limit on ISOs of 700Mb coz thats what u can fit on a cd ;_; so big isos arent listed</p><br> - <label for="name">*Name:</label> - <input id="name" name="name" required><br><br> - <label for="house">*House Number/Name:</label> - <input id="house" name="house" required><br><br> - <label for="street">*Street:</label> - <input id="street" name="street" required><br><br> - <label for="city">City:</label> - <input id="city" name="city"><br><br> - <label for="county">County:</label> - <input id="county" name="county"><br><br> - <label for="postcode">*Postcode:</label> - <input id="postcode" name="postcode" required><br><br> - <input type="submit" value="Submit"> - </form> - <p>I make no promises how long this will actually take, but you might get a special present too uwu</p> - <p>btw if u abuse this service i'll just ignore u</p> - <h3>Testimonials</h3> - <a href="https://nitter.eda.gay/stellarnate_/status/1492468706412269569"><img src="/img/testimonials.PNG"></a> -{% endblock %}
\ No newline at end of file |