-
Notifications
You must be signed in to change notification settings - Fork 3
/
og_redirect.html
51 lines (43 loc) · 1.83 KB
/
og_redirect.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
<!DOCTYPE html>
<html id="htmll">
<head>
<meta http-equiv="refresh" content="0.0;url={{url}}" />
<meta charset="UTF-8" />
<title>{{title}} | Takshashila 2023</title>
<meta name="description" content="{{description}}" />
<meta name="author" content="Chennai Institute Of Technology" />
<meta
name="keywords"
content="{{title}}, TAKSHASHILA, CULTURAL, CIT, CHENNAI, SYMPOSIUM, EVENT, COLLEGE, COMPETITION, INSTITUTE, TECHNOLOGY, DESIGN"
/>
<meta property="og:title" content="{{ title }} | Takshashila 2023" />
<meta property="og:description" content="{{description}}" />
<meta property="og:type" content="website" />
<meta property="og:image" content="{{image}}" />
<meta property="og:url" content="{{url_2}}" />
<meta property="og:site_name" content="CIT - Takshashila 2023" />
<meta name="twitter:image:alt" content=" {{title}} | Takshashila 2023" />
<meta name="twitter:title" content="{{ title }} | Takshashila 2023" />
<meta name="twitter:description" content="{{description}}" />
<meta name="twitter:image" content="{{image}}" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@cittakshashila" />
<meta name="revised" content="Takshashila, 7/3/2023" />
<meta name="theme-color" content="#282828" />
<link rel=icon type=image/x-icon href=/favicon.png>
<link rel="apple-touch-icon" sizes="180x180" href="favicon.png" />
<meta name="thumbnail" content="favicon.png" />
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-RDPMEBQGBQ"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-RDPMEBQGBQ");
</script>
</head>
</html>