UNPKG

nodebb-theme-antergos

Version:

NodeBB theme based on Lavender. Created for the Antergos Forum.

56 lines (44 loc) 2.07 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <link rel="shortcut icon" href="//build.antergos.com/static/img/fav.png"> <title>503 Service Unavailable | Antergos Forum</title> <link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,600,400italic,700,800' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Raleway:300,200,100' rel='stylesheet' type='text/css'> <!-- Bootstrap core CSS --> <link href="//build.antergos.com/static/js/bootstrap/dist/css/bootstrap.css" rel="stylesheet"> <link href="//build.antergos.com/static/css/skin-blue.css" rel="stylesheet" /> <link rel="stylesheet" href="//build.antergos.com/static/fonts/font-awesome-4/css/font-awesome.min.css"> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="../../assets/js/html5shiv.js"></script> <script src="../../assets/js/respond.min.js"></script> <![endif]--> <!-- Custom styles for this template --> <link href="//build.antergos.com/static/css/style.css" rel="stylesheet" /> </head> <body class="texture"> <div id="cl-wrapper" class="error-container"> <div class="page-error"> <h1 class="number text-center">503</h1> <h2 class="description text-center">We'll be right back...</h2> <h3 class="text-center"> Server maintainence in progress, please try again later.</h3> </div> <div class="text-center copy">&copy; 2016 <a href="#">Antergos</a></div> </div> <script src="//build.antergos.com/static/js/jquery.js"></script> <script type="text/javascript"> $(function(){ $("#cl-wrapper").css({opacity:1,'margin-left':0}); }); </script> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="//build.antergos.com/static/js/bootstrap/dist/js/bootstrap.min.js"></script> </body> </html>