mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
MISC: Suggest automatic translation systems not translate our game (#1180)
This commit is contained in:
parent
1e5f7184a2
commit
bbd942ceca
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html lang="en" translate="no">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
@ -39,6 +39,6 @@
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root" style="display:flex" />
|
||||
<div id="root" style="display:flex"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user