-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathevents.html
56 lines (52 loc) · 1.48 KB
/
events.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="keywords"
content="OTC, Our Tech Community, OTC events, Events, Technical community"
/>
<meta name="description" content="OTC's online and offline events." />
<meta name="author" content="Harsh Kapadia" />
<meta property="og:site_name" content="Our Tech Community" />
<meta property="og:title" content="Events" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="OTC's online and offline events."
/>
<meta property="og:url" content="https://ourtech.community/events" />
<meta
property="og:image"
content="https://ourtech.community/static/img/og-img/events.png"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="600" />
<meta property="twitter:card" content="summary_large_image" />
<meta
property="twitter:image"
content="https://ourtech.community/static/img/og-img/events.png"
/>
<link
rel="shortcut icon"
href="static/img/favicon.ico"
type="image/x-icon"
/>
<title>OTC's Events</title>
</head>
<body>
<main>
<p>
Redirecting to
<a href="https://events.ourtech.community"
>events.ourtech.community</a
>...
</p>
</main>
<script>
window.location = "https://events.ourtech.community";
</script>
</body>
</html>