aboutsummaryrefslogtreecommitdiff
path: root/submit_blahaj_info.html
diff options
context:
space:
mode:
authornathansmith117 <nathansmith117@sdf.org>2024-05-20 22:32:00 -0600
committernathansmith117 <nathansmith117@sdf.org>2024-05-20 22:32:00 -0600
commit4df21dd096b4d6fd25b11e0872c6329608204d62 (patch)
tree8f158fcb78d43c0a2082cfc028bf4a4836a28941 /submit_blahaj_info.html
parent8944954d2c85325a7af3d531e7490afb5e5e55eb (diff)
User submitted blahajs working well
Diffstat (limited to 'submit_blahaj_info.html')
-rw-r--r--submit_blahaj_info.html49
1 files changed, 49 insertions, 0 deletions
diff --git a/submit_blahaj_info.html b/submit_blahaj_info.html
new file mode 100644
index 0000000..377a81c
--- /dev/null
+++ b/submit_blahaj_info.html
@@ -0,0 +1,49 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <title>Submit your blahaj!</title>
+
+<style>
+
+body {
+ color: black;
+ background-image: url('images/blahaj_background.jpg');
+}
+
+table {
+ color: black;
+ background-color: #bebebe;
+ margin-top: 10px;
+ margin-bottom: 10px;
+ margin-left: 10px;
+ margin-right: 10px;
+}
+
+</style>
+
+</head>
+
+<body>
+ <center>
+ <h1>Submit your blahaj!</h1>
+
+ <table border="1" width="60%">
+ <tr>
+ <td>
+ <form action = "cgi-bin/submit_blahaj_info.cgi" method = "get">
+ <lable for = "blahaj_name" maxlength="256">The name of your blahaj</lable>
+ <input type = "text" name = "blahaj_name"/>
+ <br/><br/>
+ <lable for = "blahaj_info">Tell us about your blahaj</lable>
+ <textarea type = "text" name = "blahaj_info" rows="12" cols="40" maxlength="512"></textarea>
+ <p>It has a max character count of 512 characters</p>
+ <br/>
+ <input type = "submit" value = "Submit this fucker!">
+ </form>
+ </td>
+ </tr>
+ </table>
+ </center>
+</body>
+</html>