# recipes/notify/page/index.html

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

```html
<!doctype html>
<html lang="en">
	<head>
		<meta charset="utf-8" />
		<title>notify</title>
		<style>body { margin: 0 }</style>
	</head>
	<body>
		<script type="module" src="./entry.tsx"></script>
	</body>
</html>
```
