This repository has been archived by the owner on Jan 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathindex.html
38 lines (31 loc) · 1.65 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mapa de Ônibus de Fortaleza</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Mapa interativo das linhas de onibus de Fortaleza. Permite a visualização e busca de rotas com um sistema de perquisa de itinerario.">
<meta name="author" content="Thibault Durand">
<!-- Le Facebook Tags -->
<meta property="og:title" content="Mapa de Ônibus de Fortaleza" />
<meta property="og:description" content="Mapa interativo das linhas de onibus de Fortaleza. Permite a visualização e busca de rotas com um sistema de perquisa de itinerario." />
<meta property="og:image" content="img/icon-facebook.png" />
<!-- Le styles -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="css/chosen.css" />
<link rel="stylesheet" type="text/css" href="css/main.css" />
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="apple-touch-icon" href="images/icon-original.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/icon-original.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/icon-original.png">
</head>
<body>
<p>O projecto foi abandonado, podem usar <a href="https://moovitapp.com/">o app Moovit</a> que ainda e melhor.</p>
<p>Muito obrigado !</p>
</body>
</html>