Updating error pages
This commit is contained in:
parent
184a35c59b
commit
91e3e41cd8
@ -1,66 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<!-- 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>
|
||||
<title>Hello World - Error!</title>
|
||||
<link rel="stylesheet" type="text/css" href="css/main.css">
|
||||
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="top-fixed"><h1>403 Error</h1></div>
|
||||
<div class="site-wrapper">
|
||||
<div class="site-wrapper-inner">
|
||||
<div class="cover-container">
|
||||
<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 class="container">
|
||||
<img src="img/LEGO_404.jpg" alt="Puppet" />
|
||||
<div class="blurb">
|
||||
<h1>403 Error </h1>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -1,59 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<!-- 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>
|
||||
<title>Hello World - Error!</title>
|
||||
<link rel="stylesheet" type="text/css" href="css/main.css">
|
||||
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="site-wrapper">
|
||||
<div class="site-wrapper-inner">
|
||||
<div class="cover-container">
|
||||
<a href="."><h1>403 Error</h1></a>
|
||||
<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 class="container">
|
||||
<img src="img/LEGO_404.jpg" alt="Puppet" />
|
||||
<div class="blurb">
|
||||
<h1>404 Error </h1>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user