2026-06-08 06:41:34 +00:00

17 lines
443 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="data:," />
<title>Fresh Matrix Web Actor Demo</title>
</head>
<body>
<main>
<h1>Fresh Matrix Web Actor Demo</h1>
<fresh-web-actor-demo></fresh-web-actor-demo>
</main>
<script type="module" src="/src/main.ts"></script>
</body>
</html>