NGU-Web/index.html
2026-09-25 02:20:07 -05:00

16 lines
434 B
HTML

<!doctype html>
<html lang="<!-- site:lang -->">
<head>
<!-- site:head-start -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><!-- site:title --></title>
<!-- site:head-end -->
</head>
<body>
<!-- site:body-start -->
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- site:body-end -->
</body>
</html>