source-dev/frontend/index.html
2025-05-02 17:35:44 +05:30

19 lines
638 B
HTML

<!doctype html>
<html lang="">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Fira+Code&family=Roboto:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@500&display=swap"
rel="stylesheet"
/>
<title>Source.dev Assignment</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>