mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 17:53:55 +01:00
55 lines
2.1 KiB
HTML
55 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>Bitburner</title>
|
|
<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"/>
|
|
|
|
<!-- Google Analytics -->
|
|
<script>
|
|
(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);
|
|
})(window, document, "script", "https://www.google-analytics.com/analytics.js", "ga");
|
|
</script>
|
|
|
|
<script>
|
|
ga("create", "UA-100157497-1", "auto");
|
|
ga("send", "pageview");
|
|
</script>
|
|
|
|
<link rel="shortcut icon" href="favicon.ico"><link href="dist/vendor.css" rel="stylesheet"><link href="main.css" rel="stylesheet"></head>
|
|
<body>
|
|
<div id="entire-game-container">
|
|
<div id="mainmenu-container" style="display: flex; flex-direction: row"></div>
|
|
|
|
<!-- Status text -->
|
|
<div id="status-text-container">
|
|
<p id="status-text"></p>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="unclickable" style="display: none">Click on this to upgrade your Source-File -1!</div>
|
|
<script type="text/javascript" src="dist/vendor.bundle.js"></script><script type="text/javascript" src="main.bundle.js"></script></body>
|
|
|
|
<script src="src/ThirdParty/raphael.min.js"></script>
|
|
</html>
|