mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
45 lines
2.1 KiB
HTML
45 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>react-map-gl</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="react-map-gl is a suite of React components for Mapbox GL JS">
|
|
|
|
<link rel="icon" type="img/ico" href="favicon.ico">
|
|
<link rel="stylesheet" id="font-link" href="https://d1a3f4spazzrp4.cloudfront.net/uber-fonts/3.1.0/refresh.css">
|
|
|
|
<!-— facebook open graph tags -->
|
|
<meta property="og:url" content="https://uber.github.io/react-map-gl/" />
|
|
<meta property="og:title" content="React components for Mapbox GL JS" />
|
|
<meta property="og:description" content="react-map-gl is a suite of React components for Mapbox GL JS" />
|
|
<meta property="og:site_name" content="react-map-gl" />
|
|
<meta property="og:image" content="https://uber.github.io/deck.gl/images/trips-layer-unfurl-4.0.jpg" />
|
|
<meta property="og:image:type" content="image/jpeg" />
|
|
<meta property="og:image:width" content="800" />
|
|
<meta property="og:image:height" content="800" />
|
|
|
|
<!-— twitter card tags -->
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:site" content="@uber">
|
|
<meta name="twitter:creator" content="@uber">
|
|
<meta name="twitter:title" content="React components for Mapbox GL JS">
|
|
<meta name="twitter:description" content="react-map-gl is a suite of React components for Mapbox GL JS">
|
|
<meta name="twitter:image" content="https://uber.github.io/deck.gl/images/trips-layer-unfurl-4.0.jpg" />
|
|
|
|
<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','https://www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-7157694-83', 'auto');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="app-content"></div>
|
|
<script type="text/javascript" src="bundle.js"></script>
|
|
</body>
|
|
</html>
|