# recipes/ui/catalogue.html

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

```html
<!doctype html>
<html lang="en">
	<head>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1" />
		<title>aweft ui catalogue</title>
	</head>
	<body>
		<script type="module" src="./catalogue-entry.tsx"></script>
	</body>
</html>
```
