···11<!DOCTYPE html>
22-<html lang="en">
22+<html>
33<head>
44 <meta charset="UTF-8">
55 <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, viewport-fit=cover">
···217217{%- block body_all %}
218218 <div id="root"></div>
219219 <noscript>
220220- <h1>JavaScript Required</h1>
221221- <p>This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
222222- <p>Learn more about Bluesky at <a href="https://blueskyweb.xyz">blueskyweb.xyz</a> and <a href="https://atproto.com">atproto.com</a>.
220220+ <h1 lang="en">JavaScript Required</h1>
221221+ <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.
222222+ <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>.
223223 {% block noscript_extra %}{% endblock %}
224224 </noscript>
225225{% endblock -%}
+4-5
web/index.html
···11<!DOCTYPE html>
22-<html lang="%LANG_ISO_CODE%">
22+<html>
33 <head>
44- <meta charset="utf-8" />
55- <meta httpEquiv="X-UA-Compatible" content="IE=edge" />
44+ <meta charset="utf-8">
65 <!--
76 This viewport works for phones with notches.
87 It's optimized for gestures by disabling global zoom.
···234233 width: 80%;
235234 "
236235 >
237237- <p>Oh no! It looks like JavaScript is not enabled in your browser.</p>
238238- <p style="margin: 20px 0;">
236236+ <p lang="en">Oh no! It looks like JavaScript is not enabled in your browser.</p>
237237+ <p lang="en" style="margin: 20px 0;">
239238 <button
240239 type="submit"
241240 style="