summaryrefslogtreecommitdiff
path: root/templates/index.html
blob: 1ef41ac02df25c86e88406337b0d6c40026b049e (plain)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
	<title>Register for Clepy</title>
	<link rel="stylesheet" href="static/css/blueprint/screen.css" type="text/css" media="screen, projection">
	<link rel="stylesheet" href="static/css/blueprint/print.css" type="text/css" media="print">	
	<!--[if lt IE 8]><link rel="stylesheet" href="static/css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
</head>
<body>
	<div class="container">
		<h1>Register for Clepy</h1>
		<hr>
		<div class="span-12">
			<h2>About Clepy</h2>
			<p>Un inviar regula qui, que svedese addresses philologos e, da sia rapide durante internet. 
				Texto paternoster pan es. Iste quales spatios uno in, le con svedese occidental. Su con 
				existe giuseppe introductori, da pan facto secundo scientia. Super presenta denominator 
				uso su, tu tentation articulos intention web.</p>
			<p>Con questiones supervivite ha, russo romanic web de, il tote facto continentes con. O 
				altere membros distinguer sed, da uno ille conferentias. Uso in prime apprende, un post 
				super qualcunque via. Ille vostre presenta uso da, celo addresses anglo-romanic o que.</p>
			<p>Duo ille laborava un, con message programma introduction le. Un pan asia medio subjecto, 
				il non tres regula association. Web scriber religion traduction es, non membros presenta 
				continentes al, lo europeo gymnasios demonstrate pan. Pan de gode texto parolas, de 
				responder excellente dictionario per. Pro ha unic parolas, pan ha tote toto. Patre 
				lingua scriber web e, europee laborava supervivite se web.</p>	
		</div>
		<div class="span-12 last">
			<h2>Register</h2>
			<form method="POST">
				<label for="name">Name</label><br>
				<input type="text" class="title" name="name"><br>
				<label for="email">Email</label><br>
				<input type="email" class="title" name="email"><br>
				<label for="food">What do you want to eat?</label><br>
				<select class="title" name="food">
					<option value="Pizza">Pizza</option>
					<option value="Chili">Chili</option>
					<option value="None">None</option>
				</select><br>
				<button type="submit">Register!</button>
			</form>
		</div>
	</div>
</body>
</html>