mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-28 17:18:46 +00:00
33 lines
1.5 KiB
HTML
33 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Google Analytics -->
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
|
ga('create', 'UA-73024255-2', 'auto');
|
|
ga('set', 'page', location.pathname);
|
|
ga('set', 'dimension1', localStorage.getItem('theme') ?? 'default');
|
|
ga('set', 'dimension2', 'v2');
|
|
ga('set', 'dimension3', localStorage.getItem('schema_version') ?? '1.17');
|
|
ga('set', 'dimension4', localStorage.getItem('language') ?? 'en');
|
|
ga('set', 'dimension5', 'none');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
<!-- End Google Analytics -->
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="<%= htmlWebpackPlugin.options.title %>. Generate JSON and use it in data packs.">
|
|
<meta name="og:title" content="<%= htmlWebpackPlugin.options.title %>">
|
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
|
<link rel="icon" href="/favicon-32.png" sizes="32x32">
|
|
<link rel="stylesheet" href="<%= htmlWebpackPlugin.files.publicPath %>styles/global.css">
|
|
<link rel="stylesheet" href="<%= htmlWebpackPlugin.files.publicPath %>styles/nodes.css">
|
|
</head>
|
|
<body>
|
|
<div id="app" class="container"></div>
|
|
</body>
|
|
</html>
|