-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (21 loc) · 890 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="INTENT Lab is an intelligence-based networking development laboratory of Electrical Department at IIT Kanpur.">
<meta name="keywords"
content="INTENT Labs, IIT Kanpur, Electrical Engineering, Research, Technology, intelligence-based networking">
<meta name="author" content="INTENT Labs, IIT Kanpur">
<meta name="robots" content="index, follow">
<meta http-equiv="refresh" content="0; url=public/index.html">
<!-- INTENT Labs -->
<title>INTENT Labs</title>
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon">
</head>
<body>
<p>Dummy index, wait for redirection ...</p>
<!-- Actual code is present in "public" folder-->
</body>
</html>