ea09f80f82
- favicons for webapp (android and apple)
53 lines
2.5 KiB
HTML
53 lines
2.5 KiB
HTML
<!doctype html>
|
||
|
||
<html lang="en">
|
||
|
||
<head>
|
||
|
||
<!-- Basic Page Needs
|
||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||
<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" /> -->
|
||
<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
|
||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||
<!-- <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">
|
||
|
||
</head>
|
||
|
||
<body>
|
||
|
||
<div id="webgl" class="mapDesktop">
|
||
<!-- <div id="progressArea">
|
||
<img id="loadingImg" alt="" src="images/map/loading.gif" style="display:none;" />
|
||
</div> -->
|
||
</div>
|
||
|
||
<script src="dist/main.js"></script>
|
||
</body>
|
||
|
||
</html> |