2020-11-12 12:44:48 +00:00
|
|
|
|
<!doctype html>
|
|
|
|
|
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
|
|
<head>
|
2020-11-26 08:46:10 +00:00
|
|
|
|
|
|
|
|
|
<!-- Basic Page Needs
|
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
2020-11-12 12:44:48 +00:00
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
2020-11-26 08:46:10 +00:00
|
|
|
|
<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">
|
|
|
|
|
|
2020-11-26 08:46:10 +00:00
|
|
|
|
<!-- 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" />
|
|
|
|
|
|
2020-11-26 08:46:10 +00:00
|
|
|
|
<!-- 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>
|
2020-11-26 08:46:10 +00:00
|
|
|
|
|
|
|
|
|
<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;" />
|
2020-11-25 16:19:26 +00:00
|
|
|
|
</div> -->
|
2020-11-26 08:46:10 +00:00
|
|
|
|
</div>
|
|
|
|
|
|
2020-11-12 12:44:48 +00:00
|
|
|
|
<script src="dist/main.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|