-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (41 loc) · 1.44 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
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CALDINHO DO NENEM</title>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-touch-fullscreen" content="yes" />
<meta name="HandheldFriendly" content="true" />
<!-- Css / Lib -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans|Pinyon+Script">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.3.1/css/bulma.min.css">
<!-- Font awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<style>
body { font-family: 'Open Sans', sans-serif; }
.cursive { font-family: 'Pinyon Script', cursive; }
@media screen and (max-width 768px) {
nav {
background-color: red;
top: 50px;
}
}
</style>
</head>
<body>
<div id="app">
<main>
<router-view></router-view>
</main>
</div>
<script
async
defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAulRolyPLtvxwTJykxW6aILdohgLOQ-50">
</script>
<script src="/dist/build.js"></script>
</body>
</html>