This repository was archived by the owner on Mar 9, 2022. It is now read-only.
forked from osmlab/to-fix
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (29 loc) · 1.37 KB
/
index.html
File metadata and controls
31 lines (29 loc) · 1.37 KB
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
<html>
<head>
<meta charset=utf-8 />
<title>Fix Logging Roads</title>
<meta name='viewport' content='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'>
<link rel='shortcut icon' href='img/favicon.png' type='image/x-icon' />
<link href='https://www.mapbox.com/base/latest/base.css' rel='stylesheet'>
<link href='https://api.tiles.mapbox.com/mapbox.js/v2.1.9/mapbox.css' rel='stylesheet' />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,600' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:200,400' rel='stylesheet' type='text/css'>
<link href='react-btn-checkbox.css' rel='stylesheet'>
<link href='site.css' rel='stylesheet'>
</head>
<body class='unlimiter'>
<div id='app'></div>
<div id='loader'></div>
<script src='dist/bundle.js'></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-68439434-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>