-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
47 lines (44 loc) · 2.33 KB
/
index.php
File metadata and controls
47 lines (44 loc) · 2.33 KB
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
<!DOCTYPE html>
<html>
<head>
<title>WAVELENGTH</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Wavelength is an online treasure hunt conducted by the department of computer science engineering of St.Joseph's College Of Engineering." />
<meta name="keywords" content="wavelength, online treasure hunt, cryptrix,kernel,2k15,st joseph's college of engineering" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
<link rel="stylesheet" href="css/style-noscript.css" />
<link rel="stylesheet" type="text/css" media="screen and (max-device-width: 320px)" href="css/style-mobilep.css" />
<link rel="stylesheet" type="text/css" media="screen and (min-device-width: 320px) and (max-device-width: 481)" href="css/style-mobile.css" />
<link rel="stylesheet" type="text/css" media="screen and(min-device-width: 1224px)" href="css/style-normal.css" />
</noscript>
</head>
<body class="loading">
<div id="wrapper">
<div id="bg"></div>
<div id="overlay"></div>
<div id="main">
<header id="header">
<h1>WAVELENGTH</h1>
<h2>Match yours with ours</h2>
<p>
Namaste. <font color=#4cff00> Wavelength</font> showcases a hoard of bizarre and uncanny questions sifted from various genres. All that you got to do is signup with us and login to your accounts to experience this simple yet engaging brainstorm.
Of course you have to keep yourselves susceptible to out-of-box thinking.
After all immunity against unorthodox thinking isn’t going to earn you a place in the sun. Be intellectually strong enough to hit the nail in the head.
START DELVING. START WITH WAVELENGTH!
</p>
<nav>
<ul>
<li><a href="datain/login.php" class="icon fa-users"><span class="label">Twitter</span></a></li>
</ul>
</nav>
</header>
</div>
</div>
</body>
</html>