Files
TermorServer/apps/web/index.html
benya 2b3123a9a7 feat: bootstrap temporserv project scaffold
Add the initial project blueprint, Go backend skeleton, frontend app shell, database schema draft, and local development/deployment files.
2026-04-02 22:17:48 +03:00

14 lines
318 B
HTML

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