51 lines
1.9 KiB
HTML
51 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="renderer" content="webkit" />
|
|
<meta name="force-rendering" content="webkit" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta name="viewport"
|
|
content="width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=2.0, user-scalable=yes" />
|
|
<meta name="keywords" content="flagnote" />
|
|
<meta name="description" content="flag note" />
|
|
<meta name="theme-color" content="#ed4014" />
|
|
<meta name="format-detection" content="telephone=no,email=no,adress=no" />
|
|
<meta name="google" content="notranslate">
|
|
<meta http-equiv="Expires" content="0" />
|
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
<meta http-equiv="Cache-control" content="no-cache" />
|
|
<meta http-equiv="Cache" content="no-cache" />
|
|
<link rel="icon" href="/static/favicon.png" />
|
|
<title>
|
|
<%= htmlWebpackPlugin.options.title %>
|
|
</title>
|
|
<style>
|
|
body {
|
|
background-color: #dddddd
|
|
}
|
|
</style>
|
|
<% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.js) { %>
|
|
<script type="text/javascript" src="<%= htmlWebpackPlugin.options.cdn.js[i] %>"></script>
|
|
<% } %>
|
|
<% for (var i in htmlWebpackPlugin.options.cdn && htmlWebpackPlugin.options.cdn.css) { %>
|
|
<link rel="stylesheet" type="text/css" href="<%= htmlWebpackPlugin.options.cdn.css[i] %>" />
|
|
<% } %>
|
|
<script>
|
|
window.wasm_flate_bg_path = "https://cdn.jsdelivr.net/npm/wasm-flate@1.0.2-browser/wasm_flate_bg.wasm"
|
|
</script>
|
|
</head>
|
|
|
|
<body><noscript><strong>Please enable JavaScript to continue.</strong></noscript>
|
|
<div id="noie" style="display: none;text-align: center;width:auto"><br /><br /><br /><strong>IE is not
|
|
supported.</strong></div>
|
|
<div id="app"></div>
|
|
<script type="text/javascript">
|
|
if (!!window.ActiveXObject || "ActiveXObject" in window) {
|
|
document.querySelector('#noie').style.display = 'block';
|
|
}
|
|
</script>
|
|
</body>
|
|
|
|
</html> |