This repository has been archived on 2025-07-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
bolderjara-serviss/frontend/index.html
Leons Aleksandrovs 9803b5b35d Prettier / main page
2025-07-02 14:51:00 +03:00

18 lines
657 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Web site created using create-tsrouter-app" />
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<title>Bolderjara Serviss</title>
</head>
<body class="bg-gray-900">
<div id="app"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>