62 lines
1.8 KiB
HTML
Executable File
62 lines
1.8 KiB
HTML
Executable File
<!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">
|
|
<!-- 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>
|
|
|
|
<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>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|