-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (17 loc) · 795 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (17 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Mobi aplicacion movil para llevar el control de los gastos de tu vehiculo.</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Aplicacion movil para llevar el control de los gastos de tu vehiculo.">
<link rel="shortcut icon" type="image/png" href="./static/favicon.ico"/>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,400i,500,600,700%7CMerriweather:300,300i%7CMaterial+Icons"
rel="stylesheet">
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>