recipes/full-stack/page/index.html
One file of recipes/full-stack, at commit 9a5bb24.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>the board</title>
<!-- A theme entry cannot reach body, and its default margin shows as a band around the page. -->
<style>body { margin: 0 }</style>
</head>
<body>
<script type="module" src="./entry.tsx"></script>
</body>
</html>