bitsat_predictor/frontend/index.html
vee1e 21329e0177
merge: Enhance UI (#4)
* minor changes
* Make more minimalist
* add changes requested by client
2026-02-14 03:05:30 +05:30

13 lines
377 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/bits-logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bitsat Branch Predictor</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>