diff options
author | Arquivo Archive <arquivo@localhost> | 2024-08-15 23:13:05 -0300 |
---|---|---|
committer | Arquivo Archive <arquivo@localhost> | 2024-08-15 23:13:05 -0300 |
commit | 1b0884a1e1e3bde7c93fb7a297b122a081d17db4 (patch) | |
tree | 2eee698baa6507fbcc8ace4c5ea2b701dc67f874 /templates | |
parent | 83a0a3f40c71a816ebb54dbc8b692b7314f1ec86 (diff) | |
download | arquivo-1b0884a1e1e3bde7c93fb7a297b122a081d17db4.tar.gz arquivo-1b0884a1e1e3bde7c93fb7a297b122a081d17db4.tar.bz2 |
Serviço Onion (3)
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 41 | ||||
-rw-r--r-- | templates/note/index.html | 1 | ||||
-rw-r--r-- | templates/popup/index.html | 1 |
3 files changed, 23 insertions, 20 deletions
diff --git a/templates/index.html b/templates/index.html index 3e9775d0c9a..e29e6333994 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,6 +3,7 @@ <head> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> +<meta http-equiv="onion-location" content="http://74bl64uknv672pgnqpzve2w5zrjq4e5umpqkov2nhakxn3w52brd7lid.onion" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>templates</title> @@ -35,9 +36,9 @@ <h1></h1> <ul class="breadcrumb"> - + <li><a href="../">Arquivo Público de Memória Coletiva</a> <span class="divider">/</span> </li> - + <li>templates</li> <li><span class="divider">|</span> <a href="../conteudo">Conteúdo</a></li> <li><span class="divider">|</span> <a href="../documentacao">Documentação</a></li> @@ -55,9 +56,9 @@ <div class="header"> <h1> templates - + </h1> - + </div> </div> @@ -169,41 +170,41 @@ to be customised.</li> <hr /> - - - + + + </div> <div id="footer" class="pagefooter"> - + <div id="pageinfo"> + - - + <div id="backlinks"> Links: - + <a href="../ikiwiki/">ikiwiki</a> - + <a href="../ikiwiki/formatting/">ikiwiki/formatting</a> - - + + </div> + + - - - + <!--<div class="pagedate"> Last edited <span class="date">dom 02 fev 2020 17:23:50</span> </div> --> </div> - - + + <!-- from Arquivo Público de Memória Coletiva --> </div> @@ -211,7 +212,7 @@ to be customised.</li> <div class="span4"> - + </div> diff --git a/templates/note/index.html b/templates/note/index.html index 2dc175c5220..8b0866d7eb9 100644 --- a/templates/note/index.html +++ b/templates/note/index.html @@ -3,6 +3,7 @@ <head> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> +<meta http-equiv="onion-location" content="http://74bl64uknv672pgnqpzve2w5zrjq4e5umpqkov2nhakxn3w52brd7lid.onion" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>note</title> diff --git a/templates/popup/index.html b/templates/popup/index.html index 2526f40be48..acae24ce748 100644 --- a/templates/popup/index.html +++ b/templates/popup/index.html @@ -3,6 +3,7 @@ <head> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> +<meta http-equiv="onion-location" content="http://74bl64uknv672pgnqpzve2w5zrjq4e5umpqkov2nhakxn3w52brd7lid.onion" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>popup</title> |