-
Notifications
You must be signed in to change notification settings - Fork 5
/
androidapp.html
70 lines (61 loc) · 3.09 KB
/
androidapp.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
<!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="Download the official DEVSOC 21 Android App today!">
<meta name="keywords"
content="app, android, download, codechefvit, devsoc, road-to-devsoc, best-hackathon, india's-biggest-hackathon, hackathon">
<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/androidapp">
<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="DEVSOC 21 || Android Apps">
<meta property="og:type" content="website">
<meta property="og:title" content="DEVSOC 21 || Android Apps">
<meta property="og:description" content="Download the official DEVSOC 21 Android App today!">
<meta property="og:url" content="https://www.codechefvit.com/androidapp">
<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="DEVSOC 21 || Android Apps">
<meta name="twitter:card" content="website">
<meta name="twitter:site" content="DEVSOC 21 || Android Apps">
<meta name="twitter:title" content="DEVSOC 21 || Android App">
<meta name="twitter:description" content="Download the official DEVSOC 21 Android App today!">
<meta name="twitter:creator" content="@codechefvit">
<meta itemprop="name" content="DEVSOC 21 || Android App">
<meta itemprop="description" content="Download the official DEVSOC 21 Android App today!">
<link rel="canonical" href="https://www.codechefvit.com/androidapp">
<title>DEVSOC 21 || Android App</title>
<noscript>You need to enable JavaScript to run this app.</noscript>
</head>
<body onload="redirect()">
<script>
function redirect() {
window.location = "https://play.google.com/store/apps/details?id=com.codechefvit.devsoc21";
}
</script>
</body>
</html>