90 lines
4.2 KiB
HTML
90 lines
4.2 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang=en>
|
||
|
<head>
|
||
|
<meta charset=utf-8>
|
||
|
<meta http-equiv=X-UA-Compatible content="IE=edge">
|
||
|
<meta name=viewport content="width=device-width,initial-scale=1">
|
||
|
<title>WebOasis - Unit Converter</title>
|
||
|
<link rel="icon" type="image/png" sizes="32x32" href="static/img/icons/favicon-32x32.png">
|
||
|
<link rel="icon" type="image/png" sizes="16x16" href="static/img/icons/favicon-16x16.png">
|
||
|
<!--[if IE]><link rel="shortcut icon" href="static/img/icons/favicon.ico"><![endif]-->
|
||
|
<link rel="manifest" href="static/manifest.json">
|
||
|
<meta name="theme-color" content="#4DBA87">
|
||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||
|
<meta name="apple-mobile-web-app-title" content="unit">
|
||
|
<link rel="apple-touch-icon" href="static/img/icons/apple-touch-icon-152x152.png">
|
||
|
<meta name="msapplication-TileImage" content="static/img/icons/msapplication-icon-144x144.png">
|
||
|
<meta name="msapplication-TileColor" content="#000000">
|
||
|
<link rel="preload" href="static/js/app.a3a1a58afd627fba6180.js" as="script">
|
||
|
<link rel="preload" href="static/css/app.09fc8e74fce00a7378a21998391ee0ac.css" as="style">
|
||
|
<link rel="preload" href="static/js/vendor.b04d5769961171340e0d.js" as="script">
|
||
|
<link rel="preload" href="static/js/manifest.62070c5de21f6d89e4f2.js" as="script">
|
||
|
<link href="static/css/app.09fc8e74fce00a7378a21998391ee0ac.css" rel="stylesheet">
|
||
|
<style>
|
||
|
@font-face {
|
||
|
font-family: 'Material Icons';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: url('static/fonts/MaterialIcons-Regular.eot'); /* For IE6-8 */
|
||
|
src: local('Material Icons'),
|
||
|
local('MaterialIcons-Regular'),
|
||
|
url('static/fonts/MaterialIcons-Regular.woff2') format('woff2'),
|
||
|
url('static/fonts/MaterialIcons-Regular.woff') format('woff'),
|
||
|
url('static/fonts/MaterialIcons-Regular.ttf') format('truetype');
|
||
|
}
|
||
|
.material-icons {
|
||
|
font-family: 'Material Icons';
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
font-size: 24px; /* Preferred icon size */
|
||
|
display: inline-block;
|
||
|
line-height: 1;
|
||
|
text-transform: none;
|
||
|
letter-spacing: normal;
|
||
|
word-wrap: normal;
|
||
|
white-space: nowrap;
|
||
|
direction: ltr;
|
||
|
/* Support for all WebKit browsers. */
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
/* Support for Safari and Chrome. */
|
||
|
text-rendering: optimizeLegibility;
|
||
|
/* Support for Firefox. */
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
/* Support for IE. */
|
||
|
font-feature-settings: 'liga';
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body><noscript>This is your fallback content in case JavaScript fails to load.</noscript>
|
||
|
<div id=app></div>
|
||
|
<script>
|
||
|
! function() {
|
||
|
"use strict";
|
||
|
const o = Boolean("localhost" === window.location.hostname || "[::1]" === window.location.hostname || window.location.hostname.match(/^127(?:\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}$/));
|
||
|
window.addEventListener("load", function() {
|
||
|
"serviceWorker" in navigator && ("https:" === window.location.protocol || o) && navigator.serviceWorker.register("service-worker.js").then(function(o) {
|
||
|
o.onupdatefound = function() {
|
||
|
if (navigator.serviceWorker.controller) {
|
||
|
const n = o.installing;
|
||
|
n.onstatechange = function() {
|
||
|
switch (n.state) {
|
||
|
case "installed":
|
||
|
break;
|
||
|
case "redundant":
|
||
|
throw new Error("The installing service worker became redundant.")
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}).catch(function(o) {
|
||
|
console.error("Error during service worker registration:", o)
|
||
|
})
|
||
|
})
|
||
|
}();
|
||
|
</script>
|
||
|
<script type="text/javascript" src="static/js/manifest.62070c5de21f6d89e4f2.js"></script>
|
||
|
<script type="text/javascript" src="static/js/vendor.b04d5769961171340e0d.js"></script>
|
||
|
<script type="text/javascript" src="static/js/app.a3a1a58afd627fba6180.js"></script>
|
||
|
</body>
|
||
|
</html>
|