-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
25 lines (22 loc) · 937 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>המפה החברתית</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://api.tiles.mapbox.com/mapbox-gl-js/v0.40.1/mapbox-gl.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/styles/budgetkey-ng2-components.css">
<link rel="stylesheet" type="text/css" href="//next.obudget.org/_fonts/stylesheet.css"></link>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-10203855-10"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-10203855-10');
</script>
</head>
<body>
<my-app>Loading...</my-app>
<script src="https://api.tiles.mapbox.com/mapbox-gl-js/v0.40.1/mapbox-gl.js"></script>
</body>
</html>