Files
noah-template-website/index.html
2026-07-16 14:03:53 +05:30

15 lines
428 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hello World Dapp</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script src="https://content.trynoah.ai/utils.js"></script>
</body>
</html>