-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (33 loc) · 1.05 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
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="icon"
type="image/svg+xml"
href="./src/assets/DevFestPatna22.png"
/>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-1N05MT14T2"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-1N05MT14T2");
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DevFest Patna</title>
<meta
name="description"
content="Get Ready!! GDG Patna Invites you to grand conference of the year!! Devfest 2022 Patna is taking place physically on 18th December. There are so much to learn when you attend this technical fest at #DevFestPatna! Which got us thinking..Join us to meet experienced developers and from them!"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>