diff options
Diffstat (limited to 'submit_blahaj_info.html')
-rw-r--r-- | submit_blahaj_info.html | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/submit_blahaj_info.html b/submit_blahaj_info.html deleted file mode 100644 index 377a81c..0000000 --- a/submit_blahaj_info.html +++ /dev/null @@ -1,49 +0,0 @@ -<!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> |