-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
22 lines (22 loc) · 1.21 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image" href="Dev-Club-logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="theme-color" content="#1e1b4b" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<title>NIRMAAN - Code the Future, Shape the Web</title>
<meta name="description" content="Join NIRMAAN, an exciting web development competition where creativity meets code. Shape the future of the web with your innovative ideas and technical skills." />
<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=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" />
<script type="module" crossorigin src="/assets/devclub.js"></script>
<link rel="modulepreload" crossorigin href="/assets/vivek.js">
<link rel="stylesheet" crossorigin href="/assets/vivek.css">
</head>
<body>
<div id="root"></div>
</body>
</html>