# recipes/translated-site/index.html

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

```html
<!doctype html>
<html lang="en">
	<head>
		<meta charset="utf-8" />
		<title>the shell</title>
	</head>
	<body>
		<script type="module" src="./entry.tsx"></script>
	</body>
</html>
```
