GeotiefExplore/index.html

53 lines
2.5 KiB
HTML
Raw Normal View History

2020-11-12 12:44:48 +00:00
<!doctype html>
<html lang="en">
<head>
<!-- Basic Page Needs
-->
2020-11-12 12:44:48 +00:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>GeotiefExplore</title>
<!-- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /> -->
2020-11-12 12:44:48 +00:00
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="mobile-web-app-capable" content="yes">
<!-- <link href="content/img/favicon.ico" rel="shortcut icon" type="image/x-icon" /> -->
<meta name="description" content="3D viewer Geological Survey of Austria">
<meta name="author" content="Arno Kaimbacher">
<!-- Mobile Specific Metas
-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- FONT
-->
<!-- CSS
-->
2020-11-12 12:44:48 +00:00
<!-- <link rel="stylesheet" href="src/css/styles.css?v=1.0"> -->
<link rel="stylesheet" type="text/css" href="dist/main.css" />
<!-- Favicon
-->
<link rel="icon" type="image/png" href="images/favicon/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
<link rel="manifest" href="images/favicon/site.webmanifest">
2020-11-12 12:44:48 +00:00
</head>
<body>
<div id="webgl" class="mapDesktop">
<!-- <div id="progressArea">
2020-11-12 12:44:48 +00:00
<img id="loadingImg" alt="" src="images/map/loading.gif" style="display:none;" />
</div> -->
</div>
2020-11-12 12:44:48 +00:00
<script src="dist/main.js"></script>
</body>
</html>