# recipes/accessible-page/faults/nameless-button.html

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

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