forked from Cybercaramel/AlertaBasura
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (23 loc) · 956 Bytes
/
index.html
File metadata and controls
25 lines (23 loc) · 956 Bytes
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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Alerta Basuras</title>
<link href="./CSS/topnav.css" type="text/css" rel="stylesheet">
<link href="./CSS/Classifieds.css" type="text/css" rel="stylesheet">
<link href="./CSS/Overlay.css" type="text/css" rel="stylesheet">
<link href="./CSS/Searchbar.css" type="text/css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
</head>
<body id="body">
<div class="topnav">
<div class="textnav">Alerta Basura</div>
</div>
<div class="content">
<div class="box">
</div>
</div>
</body>
</html>