Updating error pages

This commit is contained in:
maju6406 2018-09-18 01:14:48 -04:00
parent 184a35c59b
commit 91e3e41cd8
2 changed files with 18 additions and 109 deletions

View File

@ -1,68 +1,19 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html>
<head> <head>
<meta charset="utf-8"> <title>Hello World - Error!</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="stylesheet" type="text/css" href="css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="img/favicon.ico">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<style type="text/css">
.top-fixed {
position: fixed;
top: 0;
left: 0;
padding: 3px 10px;
}
</style>
<title>Puppet Example Site</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/cover.css" rel="stylesheet">
<!-- jQuery -->
<script src="js/jquery-2.1.4.min.js"></script>
<!-- Site Script -->
<script type="text/javascript">
$(document).ready(function() {
$('div.jfadeInOut.one').delay(500).fadeIn(1000);
});
</script>
</head> </head>
<body> <body>
<div class="top-fixed"><h1>403 Error</h1></div> <div class="container">
<div class="site-wrapper"> <img src="img/LEGO_404.jpg" alt="Puppet" />
<div class="site-wrapper-inner"> <div class="blurb">
<div class="cover-container"> <h1>403 Error </h1>
<div class="masthead clearfix">
<div class="inner">
</div>
</div>
<div class="pl_content">
<!-- No Script -->
<noscript>
<h1 style="color: white">JavaScript is disabled. Please enable to view content.</h1>
</noscript>
<div class="jfadeInOut one"> <img src="img/LEGO_404.jpg" alt="Puppet" /> </div>
</div>
<div class="mastfoot">
<div class="inner">
</div>
</div>
</div>
</div> </div>
</div> </div>
</body> </body>
</html> </html>

View File

@ -1,61 +1,19 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html>
<head> <head>
<meta charset="utf-8"> <title>Hello World - Error!</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="stylesheet" type="text/css" href="css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="img/favicon.ico">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Puppet Example Site</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/cover.css" rel="stylesheet">
<!-- jQuery -->
<script src="js/jquery-2.1.4.min.js"></script>
<!-- Site Script -->
<script type="text/javascript">
$(document).ready(function() {
$('div.jfadeInOut.one').delay(500).fadeIn(1000);
});
</script>
</head> </head>
<body> <body>
<div class="site-wrapper"> <div class="container">
<div class="site-wrapper-inner"> <img src="img/LEGO_404.jpg" alt="Puppet" />
<div class="cover-container"> <div class="blurb">
<a href="."><h1>403 Error</h1></a> <h1>404 Error </h1>
<div class="masthead clearfix">
<div class="inner">
</div>
</div>
<div class="pl_content">
<!-- No Script -->
<noscript>
<h1 style="color: white">JavaScript is disabled. Please enable to view content.</h1>
</noscript>
<div class="jfadeInOut one"> <img src="img/LEGO_404.jpg" alt="Puppet" /> </div>
</div>
<div class="mastfoot">
<div class="inner">
</div>
</div>
</div>
</div> </div>
</div> </div>
</body> </body>
</html> </html>