-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (30 loc) · 1002 Bytes
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="pragma" content="no-cache">
<title>Granada Bus</title>
<link rel="stylesheet" type="text/css" href="style/root.css">
<link rel="stylesheet" type="text/css" href="shared/style/input_areas.css">
<link rel="stylesheet" type="text/css" href="shared/style_unstable/lists.css">
<link rel="stylesheet" type="text/css" href="style/app.css">
<script type="text/javascript" src="js/granada_bus_engine.js"></script>
</head>
<body role="application">
<section role="region">
<form role="search" class="full" id="searchForm">
<button type="submit">Send</button>
<p>
<input placeholder="Search..." required="" type="text" id="numberOfStop">
<button type="reset">Clear</button>
</p>
</form>
</section>
<section class="bus_stop">
<p> La calle de la guasa, nº 56 </p>
<p> Numero de parada </p>
</section >
<section id="listLines">
</section>
</body>
</html>