Refactor/everything #11

Merged
KevinMidboe merged 21 commits from refactor/everything into master 2020-03-10 09:23:31 +00:00
Showing only changes of commit ebdaf4a4da - Show all commits

View File

@@ -50,6 +50,14 @@
content="black-translucent"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- Super hacky safari bigint import -->
<script src="https://peterolson.github.io/BigInteger.js/BigInteger.min.js"></script>
<script type="application/javascript">
if (navigator.userAgent.includes("Safari")) {
BigInt = bigInt;
}
</script>
</head>
<body>
<div id="app"></div>