2012-07-15 00:37:25 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
2012-07-15 00:38:52 +00:00
< title > 404 Page Not Found · MSM< / title >
2012-07-15 00:37:25 +00:00
< meta name = "description" content = "" >
< meta name = "author" content = "Marcus Whybrow" >
< link rel = "author" href = "https://plus.google.com/103832793361409130288/posts" >
2012-11-27 12:52:07 +00:00
< link rel = "stylesheet" href = "http://msmhq.com/assets/css/bootstrap.min.css" >
< link rel = "stylesheet" href = "http://msmhq.com/assets/css/style.css" >
< link rel = "stylesheet" href = "http://msmhq.com/assets/css/bootstrap-responsive.min.css" >
2012-07-15 00:37:25 +00:00
<!-- [if lt IE 9]>
< script type = "text/javascript" src = "http://html5shim.googlecode.com/svn/trunk/html5.js" > < / script >
<![endif]-->
< script type = "text/javascript" >
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32675598-2']);
2012-11-27 12:50:12 +00:00
_gaq.push(['_setDomainName', 'msmhq.com']);
_gaq.push(['_setAllowLinker', true]);
2012-07-15 00:37:25 +00:00
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
< / script >
< / 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 >
2012-11-27 12:52:07 +00:00
< a class = "brand" href = "http://msmhq.com/" > MSM< / a >
2012-07-15 00:37:25 +00:00
< div class = "nav-collapse collapse" >
< ul class = "nav" >
2012-11-27 12:52:07 +00:00
< li > < a href = "http://msmhq.com/" > Overview< / a > < / li >
< li > < a href = "http://msmhq.com/blog/" > Blog< / a > < / li >
2012-11-27 12:53:53 +00:00
< li > < a href = "http://msmhq.com/docs/" > Docs< / a > < / li >
< li > < a href = "http://msm.tenderapp.com/" > Support< / a > < / li >
2012-07-15 00:37:25 +00:00
< / 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 >
2012-11-27 12:52:07 +00:00
< a class = "btn btn-large btn-primary" href = "http://msmhq.com/" > Oh well, show me the overview!< / a >
2012-07-15 00:37:25 +00:00
< / p >
< / div >
< footer class = "footer" >
< p > Code licensed under the < a class = "ga-track" href = "http://www.gnu.org/copyleft/gpl.html" target = "_blank" > General Public Licence v3< / a > . Documentation licensed under < a class = "ga-track" href = "http://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 = "http://twitter.github.com/bootstrap/" > Twitter's Bootstrap< / a > github page.< / p >
< p > Icons from < a class = "ga-track" href = "http://glyphicons.com" > Glyphicons Free< / a > , licensed under < a class = "ga-track" href = "http://creativecommons.org/licenses/by/3.0/" > CC BY 3.0< / a > .< / p >
< / footer >
< / div >
< script type = "text/javascript" src = "http://widget.uservoice.com/PV3DwOMKgbtdnsS4oZBew.js" async = "true" > < / script >
< script type = "text/javascript" src = "https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" > < / script >
< script type = "text/javascript" src = "http://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
2012-11-27 12:52:07 +00:00
typeof jQuery == 'undefined' & & document.write('< script src = "http://msmhq.com/assets/js/jquery-1.7.2.min.js" type = "text/javascript" > < \ / s c r i p t > ' ) ;
2012-07-15 00:37:25 +00:00
// bootstrap.min.js local fallback
2012-11-27 12:52:07 +00:00
typeof jQuery != 'undefined' & & typeof jQuery.fn.modal == 'undefined' & & document.write('< script src = "http://msmhq.com/assets/js/bootstrap.min.js" type = "text/javascript" > < \ / s c r i p t > ' ) ;
2012-07-15 00:37:25 +00:00
< / script >
< / body >
< / html >