-
Notifications
You must be signed in to change notification settings - Fork 11
/
404.html
50 lines (46 loc) · 2.09 KB
/
404.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
<!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">
<meta name="description" content="TEDx NITKSurathkal">
<meta name="keywords" content="TED, TEDx, TEDxNITKSurathkal, TEDx NITK, NITK, NITK Surathkal">
<meta name="author" content="TEDx NITK Surathkal">
<meta property="og:type" content="website">
<meta property="og:site_name" content="TEDxNITKSurathkal | Ideas Worth Spreading">
<meta property="og:title" content="TEDxNITKSurathkal | Ideas Worth Spreading">
<meta property="og:description" content="TEDxNITKSurathkal is coming back for Edition 2021! See you on 20th February 2021.">
<meta property="og:url" content="http://www.tedxnitksurathkal.in/">
<meta property="og:image" content="http://www.tedxnitksurathkal.in/assets/img/favicon.png">
<title> TEDxNITKSurathkal</title>
<link rel="icon" href="assets/img/favicon.png">
<link href="https://fonts.googleapis.com/css?family=Montserrat:700,900" rel="stylesheet">
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="404/css/style.css" />
</head>
<body>
<div id="notfound">
<div class="notfound-bg"></div>
<div class="notfound">
<div class="notfound-404">
<h1>404</h1>
</div>
<h2>we are sorry, we couldn't find the Idea</h2>
<a href="/" class="home-btn">Go Home</a>
<div class="notfound-social">
<a href="https://www.facebook.com/tedxnitksurathkal2018/" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/tedxnitksurathkal/" target="_blank"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110715968-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110715968-3');
</script>
</body>
</html>