diff options
Diffstat (limited to 'submit_blahaj_info.html')
-rw-r--r-- | submit_blahaj_info.html | 49 |
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> |