-
Notifications
You must be signed in to change notification settings - Fork 0
/
cargar.html
44 lines (32 loc) · 1.12 KB
/
cargar.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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Buttons/2.0.0/css/buttons.min.css">
<link rel="stylesheet" href="css/stylescargar.css">
<title>Demola</title>
</head>
<body>
<div class="firstline">
<div class="hab allpading ">
<input id="habitacion" class="stylesfirst" placeholder="Nº Habitación" type="text" autofocus>
</div>
<!--
<div class="hab somepading ">
<input class="stylesfirst" type="search-box" >
</div> -->
<div class="prueba"></div>
</div>
<div class="wrapper">
<div class="subwrapper">
</div>
</div>
</script>
<script src="https://www.gstatic.com/firebasejs/3.7.5/firebase.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Buttons/2.0.0/js/buttons.min.js"></script>
<script src="javascript/scriptcargar.js"></script>
</body>
</html>