summaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html46
1 files changed, 46 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
new file mode 100644
index 0000000..1ef41ac
--- /dev/null
+++ b/templates/index.html
@@ -0,0 +1,46 @@
1<!DOCTYPE html>
2<html>
3<head>
4 <title>Register for Clepy</title>
5 <link rel="stylesheet" href="static/css/blueprint/screen.css" type="text/css" media="screen, projection">
6 <link rel="stylesheet" href="static/css/blueprint/print.css" type="text/css" media="print">
7 <!--[if lt IE 8]><link rel="stylesheet" href="static/css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
8</head>
9<body>
10 <div class="container">
11 <h1>Register for Clepy</h1>
12 <hr>
13 <div class="span-12">
14 <h2>About Clepy</h2>
15 <p>Un inviar regula qui, que svedese addresses philologos e, da sia rapide durante internet.
16 Texto paternoster pan es. Iste quales spatios uno in, le con svedese occidental. Su con
17 existe giuseppe introductori, da pan facto secundo scientia. Super presenta denominator
18 uso su, tu tentation articulos intention web.</p>
19 <p>Con questiones supervivite ha, russo romanic web de, il tote facto continentes con. O
20 altere membros distinguer sed, da uno ille conferentias. Uso in prime apprende, un post
21 super qualcunque via. Ille vostre presenta uso da, celo addresses anglo-romanic o que.</p>
22 <p>Duo ille laborava un, con message programma introduction le. Un pan asia medio subjecto,
23 il non tres regula association. Web scriber religion traduction es, non membros presenta
24 continentes al, lo europeo gymnasios demonstrate pan. Pan de gode texto parolas, de
25 responder excellente dictionario per. Pro ha unic parolas, pan ha tote toto. Patre
26 lingua scriber web e, europee laborava supervivite se web.</p>
27 </div>
28 <div class="span-12 last">
29 <h2>Register</h2>
30 <form method="POST">
31 <label for="name">Name</label><br>
32 <input type="text" class="title" name="name"><br>
33 <label for="email">Email</label><br>
34 <input type="email" class="title" name="email"><br>
35 <label for="food">What do you want to eat?</label><br>
36 <select class="title" name="food">
37 <option value="Pizza">Pizza</option>
38 <option value="Chili">Chili</option>
39 <option value="None">None</option>
40 </select><br>
41 <button type="submit">Register!</button>
42 </form>
43 </div>
44 </div>
45</body>
46</html> \ No newline at end of file