CoompanionApp/front/index.html

17 lines
447 B
HTML
Raw Permalink Normal View History

2026-02-03 13:48:56 +01:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
/>
<title>Negopoly | NegoCity Bank</title>
<link rel="stylesheet" href="./home.css" />
</head>
<body class="page-home">
<div id="root"></div>
<script type="module" src="./home.tsx"></script>
</body>
</html>