-
Notifications
You must be signed in to change notification settings - Fork 5
/
CodeInvictaSession2.html
74 lines (65 loc) · 3.76 KB
/
CodeInvictaSession2.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<!--
_____ _ _____ _ __ __ _______ _______
/ ____| | | / ____| | / _| \ \ / /_ _|__ __|
| | ___ __| | ___| | | |__ ___| |_ _____\ \ / / | | | |
| | / _ \ / _` |/ _ \ | | '_ \ / _ \ _|______\ \/ / | | | |
| |___| (_) | (_| | __/ |____| | | | __/ | \ / _| |_ | |
\_____\___/ \__,_|\___|\_____|_| |_|\___|_| \/ |_____| |_|
-->
<!-- Meta Tags for SEO -->
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv='cache-control' content='no-cache'>
<meta http-equiv='expires' content='0'>
<meta http-equiv='pragma' content='no-cache'>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description"
content="Join the second session of Code Invicta in collaboration with all 4 CodeChef-VIT chapters with a very special guest- Mr. Aman Dhattarwal.">
<meta name="keywords"
content="discord, codechefvit, devsoc, road-to-devsoc, best-hackathon, india's-biggest-hackathon, hackathon, consilio, code-invicta, techchronicles">
<meta name="author" content="CodeChef-VIT">
<meta name="copyright" content="CodeChef-VIT">
<meta name="language" content="en">
<meta name="url" content="https://www.codechefvit.com/CodeInvictaSession2">
<meta name="category" content="General">
<meta name="coverage" content="Worldwide">
<meta name="rating" content="General">
<meta name="og:email" content="[email protected]">
<meta name="og:phone_number" content="+919600093179">
<meta name="og:country-name" content="India">
<meta name="og:region" content="Tamil Nadu, Vellore">
<meta name="og:site_name" content="Code Invicta Session 2 || Aman Dhattarwal">
<meta property="og:type" content="website">
<meta property="og:title" content="Code Invicta Session 2 || Aman Dhattarwal">
<meta property="og:description"
content="Join the second session of Code Invicta in collaboration with all 4 CodeChef-VIT chapters with a very special guest- Mr. Aman Dhattarwal.">
<meta property="og:url" content="https://www.codechefvit.com/CodeInvictaSession2">
<meta name="theme-color" content="#E31E43">
<meta property="og:image" itemprop="image" content="./assets/images/title.png">
<link rel="icon" type="image/png" href="./assets/images/title.png" />
<link rel="apple-touch-icon" type="image/png" href="./assets/images/title.png" />
<meta property="og:site_name" content="Code Invicta Session 2 || Aman Dhattarwal">
<meta name="twitter:card" content="website">
<meta name="twitter:site" content="Code Invicta Session 2 || Aman Dhattarwal">
<meta name="twitter:title" content="Code Invicta Session 2 || Aman Dhattarwal">
<meta name="twitter:description"
content="Join the second session of Code Invicta in collaboration with all 4 CodeChef-VIT chapters with a very special guest- Mr. Aman Dhattarwal.">
<meta name="twitter:creator" content="@codechefvit">
<meta itemprop="name" content="ITCode Invicta Session 2 || Aman Dhattarwal">
<meta itemprop="description"
content="Join the second session of Code Invicta in collaboration with all 4 CodeChef-VIT chapters with a very special guest- Mr. Aman Dhattarwal.">
<link rel="canonical" href="https://www.codechefvit.com/CodeInvictaSession2">
<title>Code Invicta Session 2 || Aman Dhattarwal</title>
<noscript>You need to enable JavaScript to run this app.</noscript>
</head>
<body onload="redirect()">
<script>
function redirect() {
window.location = "https://www.youtube.com/watch?v=tGbKjt0n6Vs";
}
</script>
</body>
</html>