49 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
	<meta charset="UTF-8">
 | 
						|
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
						|
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
	<link rel="stylesheet" href="../web/static/style.css">
 | 
						|
	<link rel="stylesheet" href="../web/static/form.css">
 | 
						|
	<link rel="stylesheet" href="static/anisha.css?family=anisha">
 | 
						|
	<link rel="stylesheet" href="static/adreena.css?family=adreena">
 | 
						|
	<link rel="stylesheet" href="static/havakana.css?family=havakana">
 | 
						|
	<title>Index</title>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
	<div class="block right content">
 | 
						|
		<form action="" class="guestbook-form">
 | 
						|
			<div class="input-groups">
 | 
						|
				<div class="fr">
 | 
						|
					<div class="input-group input-group-name">
 | 
						|
						<label for="name">Name:</label>
 | 
						|
						<input type="text" name="name" class="input">
 | 
						|
					</div>
 | 
						|
					<div class="input-group input-group-email">
 | 
						|
						<label for="email">Email:</label>
 | 
						|
						<input type="text" name="email" class="input">
 | 
						|
					</div>
 | 
						|
				</div>
 | 
						|
				<div class="input-group input-group-website">
 | 
						|
					<label for="website">Website:</label>
 | 
						|
					<input type="text" name="website" class="input">
 | 
						|
				</div>
 | 
						|
				<div class="input-group input-group-message">
 | 
						|
					<label for="message">Message:</label>
 | 
						|
					<textarea name="message" cols="30" rows="5" class="input"></textarea>
 | 
						|
				</div>
 | 
						|
			</div>
 | 
						|
			<div class="submit-field">
 | 
						|
				<input type="submit" value="Send!">
 | 
						|
			</div>
 | 
						|
		</form>
 | 
						|
	</div>
 | 
						|
</body>
 | 
						|
</html>
 | 
						|
 | 
						|
<!-- After you're done, find a way to credit the graphics creators!
 | 
						|
https://dokodemo.neocities.org/materials/index.html BACKGROUND
 | 
						|
https://dokodemo.neocities.org/
 | 
						|
https://neo-neighborhoods.neocities.org/SiliconValley/6603/ COOL SHIT
 | 
						|
https://fontcity.neocities.org/ FOR THE FONT--> |