22 lines
693 B
HTML
22 lines
693 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="shortcut icon" type="image/png" href="/img/favicon.ico"/>
|
|
<title>Sreechaitanya College, Habra</title>
|
|
<!-- <link
|
|
rel="preload"
|
|
href="/font/Inter-roman.var.woff2"
|
|
as="font"
|
|
type="font/woff2"
|
|
crossorigin="anonymous"
|
|
/> -->
|
|
<!-- <link rel="preload" href="/font/Inter-italic.var.woff2" as="font" type="font/woff2" crossorigin="anonymous"> -->
|
|
<link rel="stylesheet" href="/font/inter.css" />
|
|
</head>
|
|
<body>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|