fix google translate appear (#2784)
This commit is contained in:
parent
8b239c8347
commit
de705606d0
2 changed files with 8 additions and 9 deletions
|
@ -1,8 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="%LANG_ISO_CODE%">
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta charset="utf-8">
|
||||
<!--
|
||||
This viewport works for phones with notches.
|
||||
It's optimized for gestures by disabling global zoom.
|
||||
|
@ -234,8 +233,8 @@
|
|||
width: 80%;
|
||||
"
|
||||
>
|
||||
<p>Oh no! It looks like JavaScript is not enabled in your browser.</p>
|
||||
<p style="margin: 20px 0;">
|
||||
<p lang="en">Oh no! It looks like JavaScript is not enabled in your browser.</p>
|
||||
<p lang="en" style="margin: 20px 0;">
|
||||
<button
|
||||
type="submit"
|
||||
style="
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue