Files
world/index.react.html

20 lines
688 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hanzo World — React + GUI (foundation)</title>
<meta
name="description"
content="Hanzo World — React 19 + @hanzo/gui foundation preview. The shipping surface remains the vanilla app at index.html."
/>
<meta name="theme-color" content="#000000" />
<meta name="robots" content="noindex" />
<link rel="icon" type="image/svg+xml" href="/favico/hanzo-favicon.svg" />
</head>
<body>
<div id="react-root"></div>
<script type="module" src="/src/react/main.tsx"></script>
</body>
</html>