Files
harbor-net/index.html
Dmitriy Petrov 84efbe7450
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 12s
Build and Deploy Gateway / deploy (push) Successful in 1s
Rename product to Harbor and refine connection timer
2026-07-11 13:20:32 +03:00

14 lines
365 B
HTML

<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/harbor-mark.svg" type="image/svg+xml" />
<title>Harbor</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/web/App.jsx"></script>
</body>
</html>