mirror of
https://github.com/danbulant/heaventaker
synced 2026-05-19 04:18:57 +00:00
24 lines
929 B
HTML
24 lines
929 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
|
<meta name="description" content="A helltaker inspired holy game.">
|
|
|
|
<title>Heaventaker</title>
|
|
|
|
<link rel='icon' type='image/png' href='./icon_192.png'>
|
|
<link rel="apple-touch-icon" href="./icon_192.png">
|
|
<link rel="preload" href="./times.woff2" as="font" type="font/woff2" crossorigin="anonymous">
|
|
<link rel='stylesheet' href='./global.css'>
|
|
<link rel='stylesheet' href='./build/bundle.css'>
|
|
|
|
<script defer src='./build/bundle.js'></script>
|
|
<link rel="manifest" href="./manifest.json">
|
|
<meta name="theme-color" content="#333">
|
|
<script data-goatcounter="https://heaventaker.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
|
|
</head>
|
|
<body>
|
|
<noscript>You seem to have javascript off. You're web developers nightmare. Please become helltaker.</noscript>
|
|
</body>
|
|
</html>
|