MISC: Suggest automatic translation systems not translate our game (#1180)

This commit is contained in:
catloversg 2024-03-21 07:39:23 +07:00 committed by GitHub
parent 1e5f7184a2
commit bbd942ceca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en" translate="no">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title><%= htmlWebpackPlugin.options.title %></title> <title><%= htmlWebpackPlugin.options.title %></title>
@ -39,6 +39,6 @@
</style> </style>
</head> </head>
<body> <body>
<div id="root" style="display:flex" /> <div id="root" style="display:flex"></div>
</body> </body>
</html> </html>