mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
48 lines
1.8 KiB
HTML
48 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-S982VZS08T"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
gtag('config', 'G-S982VZS08T', {
|
|
theme: localStorage.getItem('theme') || 'default',
|
|
version: localStorage.getItem('schema_version') || '1.21.2',
|
|
locale: localStorage.getItem('language') || 'en',
|
|
prefers_color_scheme: matchMedia('(prefers-color-scheme: light)').matches ? 'light' : matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'none',
|
|
tree_view_mode: localStorage.getItem('misode_tree_view_mode') || 'default',
|
|
colormap: localStorage.getItem('misode_colormap') || 'default',
|
|
});
|
|
</script>
|
|
<!-- End: Global site tag (gtag.js) - Google Analytics -->
|
|
<script>
|
|
(() => {
|
|
const theme = localStorage.getItem('theme')
|
|
const prefersLight = matchMedia('(prefers-color-scheme: light)').matches
|
|
if (theme === 'system' ? !prefersLight : theme !== 'light') {
|
|
document.documentElement.classList.add('dark')
|
|
}
|
|
})()
|
|
</script>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Data Pack Generators - Minecraft 1.19, 1.20, 1.21</title>
|
|
<link rel="icon" href="/src/favicon-32.png" sizes="32x32">
|
|
<script async src="https://media.ethicalads.io/media/client/ethicalads.min.js"></script>
|
|
<script>
|
|
if (typeof BigInt !== 'function') {
|
|
BigInt = function(e) { return e }
|
|
}
|
|
if (typeof BigInt64Array !== 'function') {
|
|
BigInt64Array = function() { }
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div data-ea-publisher="misode-github-io" data-ea-manual="true" id="ad-placeholder"></div>
|
|
<script src="./src/app/Main.tsx" type="module"></script>
|
|
</body>
|
|
</html>
|