-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
32 lines (21 loc) · 769 Bytes
/
404.html
File metadata and controls
32 lines (21 loc) · 769 Bytes
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
<!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">
<title>Page not found</title>
<link href="http://www.ragam.org.in/2015/cms/bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="http://www.ragam.org.in/2015/cms/css/main.css" rel="stylesheet">
</head>
<body>
<div style="height:50px;"></div>
<div class="row">
<div class="col-md-6 col-md-offset-3">
<h2>Page not found!</h2>
<h4><a href="http://www.ragam.org.in/2015">« Back to homepage</a></h4>
</div>
</div>
</div>
</body>
</html>