index.html 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <!DOCTYPE html>
  2. <html lang="pt-br">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
  8. <meta name="description" content="">
  9. <meta name="author" content="">
  10. <link rel="icon" href="./favicon.ico">
  11. <title>503 - Serviço fora do ar</title>
  12. <!-- Bootstrap core CSS -->
  13. <link href="./css/bootstrap.min.css" rel="stylesheet">
  14. <!-- Custom styles for this template -->
  15. <link href="./css/cover.css" rel="stylesheet">
  16. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  17. <!--[if lt IE 9]>
  18. <script src="./js/html5shiv.min.js"></script>
  19. <script src="./js/respond.min.js"></script>
  20. <![endif]-->
  21. </head>
  22. <body>
  23. <div class="site-wrapper">
  24. <div class="site-wrapper-inner">
  25. <div class="cover-container">
  26. <div class="masthead clearfix">
  27. <div class="inner">
  28. <h3 class="masthead-brand">iiKB</h3>
  29. <nav>
  30. <ul class="nav masthead-nav">
  31. <li class="active"><a href="./" target="_self">Erro 503</a></li>
  32. <li><a href="https://we.riseup.net/iikb/" target="_blank">Grupo no Riseup</a></li>
  33. <li><a href="https://we.riseup.net/iikb/info" target="_blank">Mais informa&ccedil;&otilde;es</a></li>
  34. </ul>
  35. </nav>
  36. </div>
  37. </div>
  38. <div class="inner cover">
  39. <h1 class="cover-heading">503 - Servi&ccedil;o fora do ar</h1>
  40. <p class="lead">O site que estais a tentar acessar est&aacute; temporariamente fora do ar por dificuldades t&eacute;cnicas.</p>
  41. <p class="lead">O trabalho da <a href="http://iikb.org" target="_self">iiKB</a> &eacute; totalmente volunt&aacute;rio. SysAdmins que quiserem e puderem ajudar s&atilde;o bem vindas(os).</p>
  42. <p class="lead">Caso tenha algum tipo de urg&ecirc;ncia para ver algum tipo de servi&ccedil;o no ar, a forma mais r&aacute;pida &eacute; usar o bot&atilde;o abaixo.</p>
  43. <p class="lead">
  44. <a href="https://we.riseup.net/iikb/info#contato" class="btn btn-lg btn-default">Entre em contato</a>
  45. </p>
  46. </div>
  47. <div class="mastfoot">
  48. <div class="inner">
  49. <p><a href="./LICENSE" target="_blank">Kopimi</a> 2015 <a href="http://iikb.org" target="_self">Igreja Insurgente Kopimista Brasileira</a>. Nenhum direito reservado. Nem esquerdo. <a href="https://notabug.org/iikb/503/" target="_blank">C&oacute;digo fonte desta p&aacute;gina</a></p>
  50. </div>
  51. </div>
  52. </div>
  53. </div>
  54. </div>
  55. <!-- Bootstrap core JavaScript
  56. ================================================== -->
  57. <!-- Placed at the end of the document so the pages load faster -->
  58. <script src="./js/jquery.min.js"></script>
  59. <script src="./js/bootstrap.min.js"></script>
  60. <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
  61. <script src="./js/ie10-viewport-bug-workaround.js"></script>
  62. </body>
  63. </html>