2018-10-08 12:32:35 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
2022-09-16 19:13:58 +03:00
|
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
2022-09-16 17:22:52 +03:00
|
|
|
<meta property="og:url" content="https://maplibre.org" />
|
2018-11-02 18:09:26 +03:00
|
|
|
<meta property="og:title" content="Martin — vector tiles server" />
|
|
|
|
<meta property="og:description" content="Vector Tiles from Large Databases on the Fly" />
|
|
|
|
<meta property="og:image" content="%PUBLIC_URL%/martin.png" />
|
2018-10-19 16:33:43 +03:00
|
|
|
<meta name="msapplication-TileColor" content="#ffffff">
|
|
|
|
<meta name="msapplication-TileImage" content="%PUBLIC_URL%/favicons/ms-icon-144x144.png">
|
|
|
|
<meta name="theme-color" content="#ffffff">
|
2018-10-08 12:32:35 +03:00
|
|
|
<!--
|
|
|
|
Notice the use of %PUBLIC_URL% in the tags above.
|
|
|
|
It will be replaced with the URL of the `public` folder during the build.
|
|
|
|
Only files inside the `public` folder can be referenced from the HTML.
|
|
|
|
|
|
|
|
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
|
|
|
|
work correctly both with client-side routing and a non-root public URL.
|
2023-07-17 21:27:09 +03:00
|
|
|
Learn how to configure a non-root public URL by running `yarn run build`.
|
2018-10-08 12:32:35 +03:00
|
|
|
-->
|
2018-10-19 16:38:48 +03:00
|
|
|
<title>Martin — vector tiles server</title>
|
2018-10-08 12:32:35 +03:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<noscript>
|
|
|
|
You need to enable JavaScript to run this app.
|
|
|
|
</noscript>
|
|
|
|
<div id="root"></div>
|
2023-05-30 03:12:22 +03:00
|
|
|
<script type="module" src="src/index.tsx"></script>
|
2018-10-08 12:32:35 +03:00
|
|
|
<!--
|
|
|
|
This HTML file is a template.
|
|
|
|
If you open it directly in the browser, you will see an empty page.
|
|
|
|
|
|
|
|
You can add webfonts, meta tags, or analytics to this file.
|
|
|
|
The build step will place the bundled scripts into the <body> tag.
|
|
|
|
|
2023-07-17 21:27:09 +03:00
|
|
|
To begin the development, run `yarn start` or `yarn start`.
|
|
|
|
To create a production bundle, use `yarn run build` or `yarn build`.
|
2018-10-08 12:32:35 +03:00
|
|
|
-->
|
|
|
|
</body>
|
|
|
|
</html>
|