fix google translate appear (#2784)
parent
8b239c8347
commit
de705606d0
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, viewport-fit=cover">
|
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, viewport-fit=cover">
|
||||||
|
@ -217,9 +217,9 @@
|
||||||
{%- block body_all %}
|
{%- block body_all %}
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
<noscript>
|
<noscript>
|
||||||
<h1>JavaScript Required</h1>
|
<h1 lang="en">JavaScript Required</h1>
|
||||||
<p>This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
|
<p lang="en">This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
|
||||||
<p>Learn more about Bluesky at <a href="https://blueskyweb.xyz">blueskyweb.xyz</a> and <a href="https://atproto.com">atproto.com</a>.
|
<p lang="en">Learn more about Bluesky at <a href="https://blueskyweb.xyz">blueskyweb.xyz</a> and <a href="https://atproto.com">atproto.com</a>.
|
||||||
{% block noscript_extra %}{% endblock %}
|
{% block noscript_extra %}{% endblock %}
|
||||||
</noscript>
|
</noscript>
|
||||||
{% endblock -%}
|
{% endblock -%}
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="%LANG_ISO_CODE%">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
|
|
||||||
<!--
|
<!--
|
||||||
This viewport works for phones with notches.
|
This viewport works for phones with notches.
|
||||||
It's optimized for gestures by disabling global zoom.
|
It's optimized for gestures by disabling global zoom.
|
||||||
|
@ -234,8 +233,8 @@
|
||||||
width: 80%;
|
width: 80%;
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<p>Oh no! It looks like JavaScript is not enabled in your browser.</p>
|
<p lang="en">Oh no! It looks like JavaScript is not enabled in your browser.</p>
|
||||||
<p style="margin: 20px 0;">
|
<p lang="en" style="margin: 20px 0;">
|
||||||
<button
|
<button
|
||||||
type="submit"
|
type="submit"
|
||||||
style="
|
style="
|
||||||
|
|
Loading…
Reference in New Issue