This repository has been archived on 2025-12-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
site-template/ref/zod-form-renderer/index.html
T
2025-03-07 14:59:06 +01:00

14 lines
373 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Zod Form Renderer</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/playground/main.tsx"></script>
</body>
</html>