heaventaker/public/index.html
2021-06-13 16:13:36 +02:00

23 lines
816 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">
</head>
<body>
<noscript>You seem to have javascript off. You're web developers nightmare. Please become helltaker.</noscript>
</body>
</html>