first commit
This commit is contained in:
50
404.html
Normal file
50
404.html
Normal file
@@ -0,0 +1,50 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>Błąd 404</title>
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family:Arial, Helvetica, sans-serif;
|
||||
}
|
||||
.wrap {
|
||||
width: 1000px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.logo {
|
||||
width: 300px;
|
||||
position: absolute;
|
||||
top: 25%;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
#p404 {
|
||||
font-size: 180px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
#btn a {
|
||||
color: #eee;
|
||||
font-size: 13px;
|
||||
padding: 5px 10px;
|
||||
background: #5b7fb1;
|
||||
text-decoration: none;
|
||||
border-radius: 3px;
|
||||
display: block;
|
||||
text-align: center;
|
||||
}
|
||||
#btn a:hover {
|
||||
background: #2E5386;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="wrap">
|
||||
<div class="logo">
|
||||
<p id="p404">404</p>
|
||||
<p>Przykro nam, żądana strona nie istnieje</p>
|
||||
<p id="btn"><a href="/">Wróć do strony głównej</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user