Files
is-it-the-junglers-fault/public/index.html
Yannik Schmidt 731858a35f change title
2020-10-09 14:17:50 +02:00

19 lines
839 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Find out if it is really the junglers fault you died."/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>WITJF</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script type="text/javascript"> document.addEventListener('click', function(e) { if(document.activeElement.toString() == '[object HTMLButtonElement]'){ document.activeElement.blur(); } }); </script>
<div id="root"></div>
</body>
</html>