forked from JMI-CSI/jmi-csi.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
33 lines (27 loc) · 1.14 KB
/
404.html
File metadata and controls
33 lines (27 loc) · 1.14 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0'
name='viewport' />
<meta name="description" content="We aim at bridging the gap between the technology and academia of the institute. We encourage other students to delve into the world of computer science and technology by providing ample amount of opportunities and the right platform to hone their skills.">
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon.png">
<link rel="icon" type="image/png" href="assets/img/favicon.png">
<title>CSI JMI | 404 Error</title>
<!-- CSS Files -->
<link href="assets/css/glitch.css" rel="stylesheet" />
</head>
<body>
<div class="wrap">
<div class="example-one" data-text="404 Error!">404 Error!</div>
<div class="container">
<div class="sp-container">
<div class="sp-content">
<a class="sp-circle-link" href="index.html">Back</a>
</div>
</div>
</div>
</div>
</body>
</html>