34 lines
1.4 KiB
HTML
34 lines
1.4 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.0">
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
<link rel="icon" href="<%= BASE_URL %>favicon-32.png" sizes="32x32">
|
|
<link rel="icon" href="<%= BASE_URL %>favicon-128.png" sizes="128x128">
|
|
<link rel="icon" href="<%= BASE_URL %>favicon-192.png" sizes="192x192">
|
|
<link rel="shortcut icon" href="<%= BASE_URL %>favicon-196.png" sizes="196x196">
|
|
<link rel="apple-touch-icon" href="<%= BASE_URL %>favicon-152.png" sizes="152x152">
|
|
<link rel="apple-touch-icon" href="<%= BASE_URL %>favicon-180.png" sizes="180x180">
|
|
|
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
<script>
|
|
window.goatcounter = {no_onload: true}
|
|
window.addEventListener('hashchange', function(e) {
|
|
window.goatcounter.count({
|
|
path: location.pathname + location.search + location.hash
|
|
})
|
|
})
|
|
</script>
|
|
<script data-goatcounter="https://rpg-cards-ng.goatcounter.com/count"
|
|
async src="//gc.zgo.at/count.js"></script>
|
|
</body>
|
|
</html>
|