dev_arc_aws/index.html

16 lines
512 B
HTML
Raw Permalink Normal View History

2026-06-18 08:14:00 -04:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png" />
<link rel="icon" type="image/png" sizes="48x48" href="/favicon-48.png" />
<link rel="icon" type="image/png" href="/favicon.png" />
2026-06-18 08:14:00 -04:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ArchNest</title>
2026-06-18 08:14:00 -04:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>