diff options
| author | nathansmith117 <nathansmith@posteo.com> | 2025-03-12 14:07:18 +0000 | 
|---|---|---|
| committer | nathansmith117 <nathansmith@posteo.com> | 2025-03-12 14:07:18 +0000 | 
| commit | c2d46da747c4901c7fd7821c0fde715dd6bbf3a1 (patch) | |
| tree | b22f0f20a0878211eea54a06878090c5643d97a4 /submit_blahaj_info.html | |
| parent | 04fdc9e72bf0ca77def196a1a2d4cd3514fbaeaf (diff) | |
| download | shittyweb-c2d46da747c4901c7fd7821c0fde715dd6bbf3a1.tar.gz shittyweb-c2d46da747c4901c7fd7821c0fde715dd6bbf3a1.tar.bz2 shittyweb-c2d46da747c4901c7fd7821c0fde715dd6bbf3a1.zip  | |
Working on tv corner
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>  | 
