# recipes/accessible-page/faults/no-language.html

One file of [`recipes/accessible-page`](/docs/recipes/accessible-page), at commit `9a5bb24`.

```html
<!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>
```
