Skip to content

Commit

Permalink
deploy: 03ed9cd
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Jan 16, 2024
0 parents commit ea147d8
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tyrolean-map.legner.me
1 change: 1 addition & 0 deletions assets/index-RbNAgW_H.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions assets/index-_HzR04Dk.js

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<title>Tyrolean Map</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<meta name="theme-color" content="#61646d" />
<link rel="manifest" href="manifest.json" />
<link rel="icon" href="tyrolean-map.png" />
<script type="module" crossorigin src="/assets/index-_HzR04Dk.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-RbNAgW_H.css">
</head>
<body>
<div id="map"></div>
</body>
</html>
16 changes: 16 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Tyrolean Map",
"short_name": "Tyrolean Map",
"start_url": ".",
"scope": "/tyrolean-map/",
"display": "standalone",
"theme_color": "#61646d",
"description": "Displays various maps published by Land Tirol and South Tyrol",
"icons": [
{
"src": "tyrolean-map.png",
"sizes": "128x128",
"type": "image/png"
}
]
}
Binary file added tyrolean-map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ea147d8

Please sign in to comment.