diff options
author | Cache Saravento <cache@sarava.org> | 2015-08-07 14:07:50 -0300 |
---|---|---|
committer | Cache Saravento <cache@sarava.org> | 2015-08-07 14:07:50 -0300 |
commit | eeb7c436cc670a5910bc868bc2afaa06933334dd (patch) | |
tree | 2661af3c1a22ffc2c2b7b7f5a3b7b7b0f28c7eab /index.html | |
parent | f9d22a65481e2bdfc26a9f2c66ce2bf6ff8f6bd8 (diff) | |
download | cache-eeb7c436cc670a5910bc868bc2afaa06933334dd.tar.gz cache-eeb7c436cc670a5910bc868bc2afaa06933334dd.tar.bz2 |
Static generated site
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 118 |
1 files changed, 118 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..8de6004 --- /dev/null +++ b/index.html @@ -0,0 +1,118 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + +<head> +<meta name="viewport" content="width=device-width, initial-scale=1.0" /> + +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>Cache Saravento</title> + +<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css" type="text/css" /> +<link rel="stylesheet" href="bootstrap/css/bootstrap-responsive.min.css" /> + +<link rel="stylesheet" href="local.css" type="text/css" /> + + + + + +<style type="text/css"> +@media (max-width: 979px) { + .navbar-fixed-top { + position: fixed; + margin-left: 0px; + margin-right: 0px; + } +} +</style> +</head> +<body> + +<div class="container"> + + <div class="row-fluid"> + <div class="span12"> + <h1></h1> + + <ul class="breadcrumb"> + + <li>Cache Saravento</li> + <li><span class="divider">|</span> <a href="tarefas">Tarefas</a></li> + <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=history;f=index.mdwn">Histórico</a></li> + <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=cache.git;a=atom">Feed</a></li> + </ul> + </div> + </div> + + <div class="page row-fluid"> + + <div> + <div class="pageheader"> + <div class="header"> + <h1> + Cache Saravento + + </h1> + + </div> + + </div> + + <div id="pagebody"> + + <div id="content"> + <p class="pagedate"> + + </p> + <ul> +<li>Uma plataforma experimental de preservação de URLs.</li> +<li><a href="https://tor.eff.org">Tor</a> hidden service: <a href="jj5bl7j67ik4dyx7.onion">http://jj5bl7j67ik4dyx7.onion</a>.</li> +<li>Acesse <a href="data">aqui</a> o conteúdo.</li> +</ul> + + + </div> + + <hr /> + + + + + + </div> + + <div id="footer" class="pagefooter"> + + <div id="pageinfo"> + + + + + + + + + + <!--<div class="pagedate"> + Last edited <span class="date">Sex 07 Ago 2015 14:04:04 BRT</span> + </div> --> + + </div> + + + <!-- from Cache Saravento --> + </div> + + </div> + + <div class="span4"> + + + + </div> + + </div> +</div> + +</body> +</html> |