-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.jsp
32 lines (28 loc) · 1.06 KB
/
404.jsp
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
<%--
Document : 404.jsp
Created on : 1 Jun, 2020, 2:20:14 PM
Author : ankit
--%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Sorry Page not Found</title>
<link rel="icon" type="image/png" href="img/icons/favicon.ico"/>
<!-- Custom fonts for this template-->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link
href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet">
<!-- Custom styles for this template-->
<link href="css/sb-admin-2.min.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="justify-content-center" style="margin-top: 100px;">
<img src="img/image404.svg" class="img-fluid" alt="404 Page Logo">
</div>
</div>
</body>
</html>