-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.old
26 lines (24 loc) · 876 Bytes
/
index.html.old
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
<!DOCTYPE html>
<html lang="de">
<head>
<title>MetaFahr</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/pure-min.css" />
<link rel="stylesheet" href="screen.css" />
<meta name='author' content="Florian Sesser" />
</head>
<body>
<div id="container">
<div id="query">
<div id="logo"><h1>MetaFahr</h1></div>
<form class="pure-form" action="#">
<input id="fromCity" type="text" placeholder="Von" />
<input id="toCity" type="text" placeholder="Nach" />
<button id="findRides" type="submit" class="pure-button pure-button-primary">Fahrten finden</button>
</form>
</div>
<div id="results"> </div>
<p><a href="about.html">Über / Kontakt</a></p>
</div>
<script src="js/main.js"></script>
</body>
</html>