Skip to content

Commit 5ed71c0

Browse files
authored
Merge pull request #4310 from danielyxie/dev
Remove everything but v2.3.2. Final push
2 parents 628211b + 1cc6404 commit 5ed71c0

File tree

1 file changed

+32
-38
lines changed

1 file changed

+32
-38
lines changed

index.html

Lines changed: 32 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,38 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="utf-8"/>
4+
<meta charset="utf-8" />
55
<title>Bitburner</title>
6-
<link rel="apple-touch-icon" sizes="180x180" href="dist/apple-touch-icon.png"/>
7-
<link rel="icon" type="image/png" sizes="32x32" href="dist/favicon-32x32.png"/>
8-
<link rel="icon" type="image/png" sizes="16x16" href="dist/favicon-16x16.png"/>
9-
<link rel="manifest" href="dist/site.webmanifest"/>
10-
<link rel="mask-icon" href="dist/safari-pinned-tab.svg" color="#000000"/>
11-
<meta name="apple-mobile-web-app-title" content="Bitburner"/>
12-
<meta name="application-name" content="Bitburner"/>
13-
<meta name="msapplication-TileColor" content="#000000"/>
14-
<meta name="msapplication-config" content="dist/browserconfig.xml"/>
15-
<meta name="theme-color" content="#ffffff"/>
6+
<link
7+
rel="apple-touch-icon"
8+
sizes="180x180"
9+
href="dist/apple-touch-icon.png"
10+
/>
11+
<link
12+
rel="icon"
13+
type="image/png"
14+
sizes="32x32"
15+
href="dist/favicon-32x32.png"
16+
/>
17+
<link
18+
rel="icon"
19+
type="image/png"
20+
sizes="16x16"
21+
href="dist/favicon-16x16.png"
22+
/>
23+
<link rel="manifest" href="dist/site.webmanifest" />
24+
<link rel="mask-icon" href="dist/safari-pinned-tab.svg" color="#000000" />
25+
<meta name="apple-mobile-web-app-title" content="Bitburner" />
26+
<meta name="application-name" content="Bitburner" />
27+
<meta name="msapplication-TileColor" content="#000000" />
28+
<meta name="msapplication-config" content="dist/browserconfig.xml" />
29+
<meta name="theme-color" content="#ffffff" />
1630

17-
<style>
18-
html, body {
19-
margin: 0;
20-
padding: 0;
21-
height: 100%;
22-
}
23-
body {
24-
background-color: black;
25-
}
26-
* {
27-
-ms-overflow-style: none; /* for Internet Explorer, Edge */
28-
scrollbar-width: none; /* for Firefox */
29-
}
30-
.myGlyphMarginClass {
31-
background: red;
32-
}
33-
.myContentClass {
34-
background: lightblue;
35-
}
36-
*::-webkit-scrollbar {
37-
display: none; /* for Chrome, Safari, and Opera */
38-
}
39-
</style>
40-
<link rel="icon" href="dist/favicon.ico"><script defer src="dist/vendor.bundle.js"></script><script defer src="dist/main.bundle.js"></script></head>
41-
<body>
42-
<div id="root" style="display:flex"/>
43-
</body>
31+
<meta
32+
http-equiv="refresh"
33+
content="0; URL=https://bitburner-official.github.io/"
34+
/>
35+
<link rel="icon" href="dist/favicon.ico" />
36+
</head>
37+
<body></body>
4438
</html>

0 commit comments

Comments
 (0)