-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
24 lines (17 loc) · 809 Bytes
/
error.html
File metadata and controls
24 lines (17 loc) · 809 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
<!DOCTYPE html>
<html>
<head>
<title>Page is not found!</title>
<link rel="stylesheet" type="text/css" href="css/error.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" integrity="sha384-3AB7yXWz4OeoZcPbieVW64vVXEwADiYyAEhwilzWsLw+9FgqpyjjStpPnpBO8o8S" crossorigin="anonymous">
</head>
<body>
<i class="fa fa-exclamation-triangle"></i>
<h1> PAGE NOT FOUND ! </h1>
<h3>You can find another user on Github at this <a href="index.html" >link</a>.</h3>
<footer>
Copyright (c) 2018 by Emre Akkaya
</footer>
</body>
</html>