forked from pietervdvn/MapComplete
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d2b245a
commit fd6db3d
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta content="width=device-width, initial-scale=1.0, user-scalable=no" name="viewport"> | ||
<link href="./vendor/leaflet.css" rel="stylesheet"/> | ||
<link href="./css/tabbedComponent.css" rel="stylesheet"/> | ||
<link href="./css/mobile.css" rel="stylesheet"/> | ||
<link href="./css/index-tailwind-output.css" rel="stylesheet"/> | ||
<meta content="website" property="og:type"> | ||
|
||
<title>MapComplete Import Viewer</title> | ||
<link href="./assets/svg/add.svg" rel="icon" sizes="any" type="image/svg+xml"> | ||
<meta content="./assets/SocialImage.png" property="og:image"> | ||
<meta content="MapComplete Import Helper" property="og:title"> | ||
<meta content="Page to 'import' data as notes'" | ||
property="og:description"> | ||
|
||
<link href="./assets/generated/svg_mapcomplete_logo512.png" rel="apple-touch-icon" sizes="512x512"> | ||
<link href="./assets/generated/svg_mapcomplete_logo384.png" rel="apple-touch-icon" sizes="384x384"> | ||
<link href="./assets/generated/svg_mapcomplete_logo192.png" rel="apple-touch-icon" sizes="192x192"> | ||
<link href="./assets/generated/svg_mapcomplete_logo180.png" rel="apple-touch-icon" sizes="180x180"> | ||
<link href="./assets/generated/svg_mapcomplete_logo152.png" rel="apple-touch-icon" sizes="152x152"> | ||
<link href="./assets/generated/svg_mapcomplete_logo144.png" rel="apple-touch-icon" sizes="144x144"> | ||
<link href="./assets/generated/svg_mapcomplete_logo128.png" rel="apple-touch-icon" sizes="128x128"> | ||
<link href="./assets/generated/svg_mapcomplete_logo120.png" rel="apple-touch-icon" sizes="120x120"> | ||
<link href="./assets/generated/svg_mapcomplete_logo96.png" rel="apple-touch-icon" sizes="96x96"> | ||
<link href="./assets/generated/svg_mapcomplete_logo72.png" rel="apple-touch-icon" sizes="72x72"> | ||
|
||
<style> | ||
#decoration-desktop img { | ||
width: 100%; | ||
height: 100%; | ||
} | ||
</style> | ||
|
||
</head> | ||
<body> | ||
|
||
<div id="main" style="height: 100%">Loading...</div> | ||
|
||
<script src="./UI/ImportFlow/ImportViewerGui.ts"></script> | ||
<script async data-goatcounter="https://pietervdvn.goatcounter.com/count" src="//gc.zgo.at/count.js"></script> | ||
|
||
</body> | ||
</html> |