-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (34 loc) · 1.45 KB
/
index.html
File metadata and controls
34 lines (34 loc) · 1.45 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
28
29
30
31
32
33
34
<html>
<head>
<link rel="stylesheet" type="text/css" href="meetto.css" media="screen"/>
</head>
<body class="main">
<!--link rel="stylesheet" type="text/css" href="styles.css" media="screen"/-->
<!--link rel="stylesheet" type="text/css" href="styles2.css" media="screen"/-->
<div id="main">
<div id="header" class="centered">
<img src="images/header.png"/>
</div>
<!--div id="form" class="search-area">
<form id="search" class="custom position-left show-search-options">
<input type="text" id="what" class="sancocho checkout search-option ui-datepicker-target" name="what" placeholder="What do you want to do?">
<input type="text" id="where" class="sancocho checkout search-option ui-datepicker-target" name="where" placeholder="Where?">
<input type="text" id="when" class="sancocho checkout search-option ui-datepicker-target" name="when" placeholder="When?">
<button type="submit" class="large pink btn icon-and-text position-left" id="submit_location">
<button type="submit" class="large position-left" id="submit_location">
<img src="images/search.png" alt="Let's"/>
Let's
</form>
</div-->
<div id="search" class="search">
<img src="images/search.png"/>
</div>
<div id="categories" class="categories">
<img src="images/categories.png"/>
</div>
<div id="footer">
<img src="images/footer.png"/>
</div>
</div>
</body>
</html>