86 lines
3.6 KiB
HTML
86 lines
3.6 KiB
HTML
--- permalink: /404.html ---
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
<link rel="shortcut icon" href="">
|
|
<title>Starter Template for Bootstrap</title>
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
<link href="/css/bootstrap.css" rel="stylesheet">
|
|
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css" rel="stylesheet">
|
|
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="/css/custom.css">
|
|
<link rel="stylesheet" href="/css/animate.min.css">
|
|
|
|
<!-- Custom styles for this template -->
|
|
<style>
|
|
body {
|
|
padding-top: 50px;
|
|
}
|
|
.starter-template {
|
|
padding: 40px 15px;
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
|
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.2/html5shiv.js"></script>
|
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
|
|
<body>
|
|
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
|
|
<div class="container">
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="navbar-brand" href="index.html">Home</a>
|
|
</div>
|
|
<div class="collapse navbar-collapse">
|
|
<ul class="nav navbar-nav">
|
|
<li><a href="/art/index.html">Art</a>
|
|
</li>
|
|
<li><a href="forge.html">Forge Modding</a>
|
|
</li>
|
|
<li><a href="webdesign.html">Website Design</a>
|
|
</li>
|
|
<li><a href="dashboard.html">Dashboard</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<!--/.nav-collapse -->
|
|
</div>
|
|
</nav>
|
|
<div class="container">
|
|
<div class="starter-template">
|
|
<img src="/images/404.jpg">
|
|
<h1>Whoops! Something's broken.</h1>
|
|
<h3>Perhaps the Temporal Stabaliser is malajusted, or the Metaphysical Wave Generator is incorrectly calibrated</h3>
|
|
<h4>Got here from a internal link? Contact the author, <a href="mailto:warlordjones@gmail.com?Subject=Site%20Error">Arona Jones</a>, to get this fixed</h4>
|
|
<h4>Otherwise, just hit back, or use the navbar to get out of here, lest the Kraken notice your presence!</h4>
|
|
<a href="javascript:history.go(-1)">
|
|
<img src="http://www.awopradio.com/wp-content/uploads/2012/07/RedArrowLeft.png" width="10%">
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
|
<!-- compiled and minified Bootstrap JavaScript -->
|
|
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
|
|
</body>
|
|
|
|
</html>
|