# recipes/posts-to-pages/index.html

One file of [`recipes/posts-to-pages`](/docs/recipes/posts-to-pages), at commit `9a5bb24`.

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