123456789101112131415161718192021222324252627282930313233 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8" />
- <title>飞兔地图</title>
- <meta name="description" content="Simple indoor editor for OpenStreetMap. Let's map inside buildings, the easy way !" />
- <meta name="keywords" content="osminedit, openstreetmap, osm, building, indoor, editor, level, floor, map, viewer" />
- <meta name="author" content="Adrien PAVIE (PanierAvide)" />
- <meta name="copyright" content="© Adrien PAVIE 2019, Daimler AG 2019" />
- <link rel="stylesheet" type="text/css" href="%PUBLIC_URL%/style.css" />
- <link rel="icon" href="%PUBLIC_URL%/logo.svg" />
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, maximum-scale=1" />
- </head>
- <body>
- <noscript>You need to enable JavaScript to run this app.</noscript>
- <div id="root">Loading, please wait...</div>
- </body>
- </html>
|