2016-10-16 01:23:04 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2021-09-05 01:09:30 +02:00
|
|
|
<head>
|
2021-10-12 00:47:05 +02:00
|
|
|
<meta charset="utf-8"/>
|
2019-05-17 22:07:11 +02:00
|
|
|
<title>Bitburner</title>
|
2021-10-12 00:47:05 +02:00
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="dist/apple-touch-icon.png"/>
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="dist/favicon-32x32.png"/>
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="dist/favicon-16x16.png"/>
|
|
|
|
<link rel="manifest" href="dist/site.webmanifest"/>
|
|
|
|
<link rel="mask-icon" href="dist/safari-pinned-tab.svg" color="#000000"/>
|
|
|
|
<meta name="apple-mobile-web-app-title" content="Bitburner"/>
|
|
|
|
<meta name="application-name" content="Bitburner"/>
|
|
|
|
<meta name="msapplication-TileColor" content="#000000"/>
|
|
|
|
<meta name="msapplication-config" content="dist/browserconfig.xml"/>
|
|
|
|
<meta name="theme-color" content="#ffffff"/>
|
2017-07-25 03:06:40 +02:00
|
|
|
|
2017-05-30 17:56:01 +02:00
|
|
|
<!-- Google Analytics -->
|
|
|
|
<script>
|
2021-09-05 01:09:30 +02:00
|
|
|
(function (i, s, o, g, r, a, m) {
|
|
|
|
i["GoogleAnalyticsObject"] = r;
|
|
|
|
(i[r] =
|
|
|
|
i[r] ||
|
|
|
|
function () {
|
|
|
|
(i[r].q = i[r].q || []).push(arguments);
|
|
|
|
}),
|
|
|
|
(i[r].l = 1 * new Date());
|
|
|
|
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
|
|
|
|
a.async = 1;
|
|
|
|
a.src = g;
|
|
|
|
m.parentNode.insertBefore(a, m);
|
2021-09-09 05:47:34 +02:00
|
|
|
})(window, document, "script", "https://www.google-analytics.com/analytics.js", "ga");
|
2018-08-30 17:08:08 +02:00
|
|
|
</script>
|
2021-10-12 00:47:05 +02:00
|
|
|
|
2018-08-30 17:08:08 +02:00
|
|
|
<script>
|
2021-09-09 05:47:34 +02:00
|
|
|
ga("create", "UA-100157497-1", "auto");
|
2021-09-05 01:09:30 +02:00
|
|
|
ga("send", "pageview");
|
2018-06-08 17:51:48 +02:00
|
|
|
</script>
|
2021-10-12 00:47:05 +02:00
|
|
|
|
2021-10-01 22:22:33 +02:00
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
background-color: black;
|
2021-10-02 04:31:58 +02:00
|
|
|
}
|
|
|
|
* {
|
2021-10-01 22:22:33 +02:00
|
|
|
-ms-overflow-style: none; /* for Internet Explorer, Edge */
|
|
|
|
scrollbar-width: none; /* for Firefox */
|
|
|
|
}
|
2021-10-29 05:04:26 +02:00
|
|
|
.myGlyphMarginClass {
|
|
|
|
background: red;
|
|
|
|
}
|
|
|
|
.myContentClass {
|
|
|
|
background: lightblue;
|
|
|
|
}
|
2021-10-02 04:31:58 +02:00
|
|
|
*::-webkit-scrollbar {
|
2021-10-01 22:22:33 +02:00
|
|
|
display: none; /* for Chrome, Safari, and Opera */
|
|
|
|
}
|
|
|
|
</style>
|
2021-10-12 00:47:05 +02:00
|
|
|
<link rel="shortcut icon" href="favicon.ico"></head>
|
2021-09-05 01:09:30 +02:00
|
|
|
<body>
|
2021-10-12 00:47:05 +02:00
|
|
|
<div id="root"/>
|
|
|
|
<script type="text/javascript" src="dist/vendor.bundle.js"></script><script type="text/javascript" src="main.bundle.js"></script></body>
|
2021-10-05 07:23:20 +02:00
|
|
|
<!-- http://plaza.dsolver.ca/m/hydroflame4418 -->
|
2017-07-25 03:06:40 +02:00
|
|
|
</html>
|