msm/404.html
2020-09-15 11:50:09 -05:00

64 lines
3.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>404 Page Not Found · MSM</title>
<meta name="description" content="">
<meta name="author" content="Marcus Whybrow">
<link rel="stylesheet" href="https://msmhq.com/assets/css/bootstrap.min.css">
<link rel="stylesheet" href="https://msmhq.com/assets/css/style.css">
<link rel="stylesheet" href="https://msmhq.com/assets/css/bootstrap-responsive.min.css">
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="https://msmhq.com/">MSM</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="https://msmhq.com/">Overview</a></li>
<li><a href="https://msmhq.com/blog/">Blog</a></li>
<li><a href="https://msmhq.com/docs/">Docs</a></li>
<li><a href="https://msm.tenderapp.com/">Support</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="masthead" style="border-bottom: none">
<h1>404 Page Not Found</h1>
<p>Sorry, can't find that page.</p>
<p>
<a class="btn btn-large btn-primary" href="https://msmhq.com/">Oh well, show me the overview!</a>
</p>
</div>
<footer class="footer">
<p>Code licensed under the <a class="ga-track" href="https://www.gnu.org/copyleft/gpl.html" target="_blank">General Public Licence v3</a>. Documentation licensed under <a class="ga-track" href="https://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<p>You may have noticed this design approach is a shamless reworking of <a class="ga-track" href="https://twitter.github.com/bootstrap/">Twitter's Bootstrap</a> github page.</p>
<p>Icons from <a class="ga-track" href="https://glyphicons.com">Glyphicons Free</a>, licensed under <a class="ga-track" href="https://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
</footer>
</div>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.0.3/bootstrap.min.js"></script>
<script type="text/javascript">
// jquery-1.7.2.min.js local fallback
typeof jQuery == 'undefined' && document.write('<script src="https://msmhq.com/assets/js/jquery-1.7.2.min.js" type="text/javascript"><\/script>');
// bootstrap.min.js local fallback
typeof jQuery != 'undefined' && typeof jQuery.fn.modal == 'undefined' && document.write('<script src="https://msmhq.com/assets/js/bootstrap.min.js" type="text/javascript"><\/script>');
</script>
</body>
</html>