recipes/accessible-page/faults/no-language.html
One file of recipes/accessible-page, at commit 9a5bb24.
<!doctype html>
<!-- No lang on the root: the first mount into this page throws, naming the fix. -->
<html>
<head>
<meta charset="utf-8" />
<title>No language</title>
</head>
<body>
<script type="module" src="./no-language.tsx"></script>
</body>
</html>