-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
39 lines (37 loc) · 1.79 KB
/
404.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!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>Sleepness - 404 Page not found</title>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="css/agency.css" rel="stylesheet" type="text/css">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="css/Montserrat.css" rel="stylesheet" type="text/css">
<link href='css/Kaushan.css' rel='stylesheet' type='text/css'>
<link href='css/Droid.css' rel='stylesheet' type='text/css'>
<link href='css/Roboto.css' rel='stylesheet' type='text/css'>
</head>
<body id="page-top" class="index"
style="background-image: url(img/header.jpg); background-repeat: no-repeat;background-size: 100%">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header page-scroll">
<a class="navbar-brand page-scroll" href="index.html">Sleepness</a>
</div>
</div>
</nav>
<header style="background: none">
<div class="container">
<div class="intro-text">
<div class="intro-heading">404</div>
<div class="intro-lead-in">Oooops! The requested page does not exist!</div>
<a href="index.html" class="page-scroll btn btn-xl">Turn me home!</a>
</div>
</div>
</header>
</body>
</html>