cppcheck/htdocs/404.html

60 lines
1.4 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
2013-11-04 12:37:36 +01:00
<title>Cppcheck - Page Not Found</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
2013-11-04 12:37:36 +01:00
* {
margin: 0;
line-height: 1.5;
}
html {
2013-11-04 12:37:36 +01:00
color: #888;
font-family: sans-serif;
text-align: center;
}
body {
2013-11-04 12:37:36 +01:00
left: 50%;
margin: -43px 0 0 -150px;
position: absolute;
top: 50%;
width: 300px;
}
h1 {
2013-11-04 12:37:36 +01:00
color: #555;
font-size: 2em;
font-weight: 400;
}
p {
2013-11-04 12:37:36 +01:00
line-height: 1.2;
}
2013-11-04 12:37:36 +01:00
@media only screen and (max-width: 270px) {
2013-11-04 12:37:36 +01:00
body {
margin: 10px auto;
position: static;
width: 95%;
}
2013-11-04 12:37:36 +01:00
h1 {
font-size: 1.5em;
}
}
</style>
</head>
<body>
2013-11-04 12:37:36 +01:00
<h1>Page Not Found</h1>
<p>Sorry, but the page you were trying to view does not exist.</p>
</body>
</html>
2013-11-04 12:37:36 +01:00
<!-- IE requires 512+ bytes: http://www.404-error-page.com/404-error-page-too-short-problem-microsoft-ie.shtml -->