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" >
2020-09-15 16:20:37 +00:00
< 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" >
2012-07-15 00:37:25 +00:00
< / 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 >
2020-09-15 16:20:37 +00:00
< a class = "brand" href = "https://msmhq.com/" > MSM< / a >
2012-07-15 00:37:25 +00:00
< div class = "nav-collapse collapse" >
< ul class = "nav" >
2020-09-15 16:20:37 +00:00
< 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 >
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 >
2020-09-15 16:20:37 +00:00
< a class = "btn btn-large btn-primary" href = "https://msmhq.com/" > Oh well, show me the overview!< / a >
2012-07-15 00:37:25 +00:00
< / p >
< / div >
< footer class = "footer" >
2020-09-15 16:20:37 +00:00
< 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 >
2012-07-15 00:37:25 +00:00
< / footer >
< / div >
< script type = "text/javascript" src = "https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" > < / script >
2020-09-15 16:20:37 +00:00
< script type = "text/javascript" src = "https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.0.3/bootstrap.min.js" > < / script >
2012-07-15 00:37:25 +00:00
< script type = "text/javascript" >
// jquery-1.7.2.min.js local fallback
2020-09-15 16:20:37 +00:00
typeof jQuery == 'undefined' & & document.write('< script src = "https://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
2020-09-15 16:20:37 +00:00
typeof jQuery != 'undefined' & & typeof jQuery.fn.modal == 'undefined' & & document.write('< script src = "https://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 >
2020-09-15 16:20:37 +00:00
< / html >