12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <!DOCTYPE html>
- <html lang="pt-br">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
- <meta name="description" content="">
- <meta name="author" content="">
- <link rel="icon" href="./favicon.ico">
- <title>781 - Operações</title>
- <!-- Bootstrap core CSS -->
- <link href="./css/bootstrap.min.css" rel="stylesheet">
- <!-- Custom styles for this template -->
- <link href="./css/cover.css" rel="stylesheet">
- <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
- <!--[if lt IE 9]>
- <script src="./js/html5shiv.min.js"></script>
- <script src="./js/respond.min.js"></script>
- <![endif]-->
- </head>
- <body>
- <div class="site-wrapper">
- <div class="site-wrapper-inner">
- <div class="cover-container">
- <div class="masthead clearfix">
- <div class="inner">
- <h3 class="masthead-brand">iiKB</h3>
- <nav>
- <ul class="nav masthead-nav">
- <li class="active"><a href="./" target="_self">Status 781</a></li>
- <li><a href="https://we.riseup.net/iikb/" target="_blank">Grupo no Riseup</a></li>
- <li><a href="https://we.riseup.net/iikb/info" target="_blank">Mais informações</a></li>
- </ul>
- </nav>
- </div>
- </div>
- <div class="inner cover">
- <h1 class="cover-heading"><a href="https://github.com/joho/7XX-rfc" target="_blank">781</a> - Operações</h1>
- <p class="lead">O site que estais a tentar acessar está temporariamente fora do ar por dificuldades operacionais.</p>
- <p class="lead">O trabalho da <a href="http://iikb.org" target="_self">iiKB</a> é totalmente caótico, sem comprometimento de nenhuma natureza. Não tem como prever quando as pessoas vão ajudar ou sumir. Sendo assim, toda e qualquer ajuda é melhor que nada.</p>
- <p class="lead">Caso queira tentar ajudar a resolver estes problemas, a forma mais rápida é usar o botão abaixo.</p>
- <p class="lead">
- <a href="https://we.riseup.net/iikb/info#contato" class="btn btn-lg btn-default">Entre em contato</a>
- </p>
- </div>
- <div class="mastfoot">
- <div class="inner">
- <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/781/" target="_blank">Código fonte desta página</a></p>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!-- Bootstrap core JavaScript
- ================================================== -->
- <!-- Placed at the end of the document so the pages load faster -->
- <script src="./js/jquery.min.js"></script>
- <script src="./js/bootstrap.min.js"></script>
- <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
- <script src="./js/ie10-viewport-bug-workaround.js"></script>
- </body>
- </html>
|