-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathform.html
More file actions
27 lines (27 loc) · 1.17 KB
/
form.html
File metadata and controls
27 lines (27 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,600&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/gallery.css" media="screen" title="no title" charset="utf-8"> <title>deusForm</title>
</head>
<body>
<div class="container">
<div class="left">
<h2>The Deus Ex Machina ' W- `ühini '</h2>
<form class="info" action="next.html" method="get">
<h3>WANT TO GET A <em>GRASSHOPPER?</em></h3>
<fieldset>
<legend>WE'LL CONTACT YOU TO SET UP PURCHASE</legend>
<label for="name"><em>What's your first NAME?</em></label>
<input type="text" id="name" name="fname">
<label for="user_email"><em>...your EMAIL ADDRESS?</em></label>
<input type="email" id="mail" name="e_mail">
<label for="location"><em>...and WHERE do you ride?</em></label>
<input type="location" id="country" name="user_location">
</fieldset>
<button type="submit">Thanks!</button>
</form>
</div>
</div>
</body>
</html>