Files
cmc-frontend/src/index.html
2024-09-29 09:27:52 +05:30

19 lines
613 B
HTML

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<base href="." />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>cmc - vellore</title>
<!-- Favicon -->
<link rel="icon" type="icon" href="assets/images/favicon.png" />
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;700;800&display=swap" rel="stylesheet" />
</head>
<body>
<app-root></app-root>
</body>
</html>