feat(web): scaffold Vite+React+TS, Tailwind v4, shadcn, router, тёмная console-тема

This commit is contained in:
2026-07-03 17:06:23 +07:00
parent 93cbe538e2
commit 41242973e1
33 changed files with 8681 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DNS Autoresolver</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>