added Tor sites page
This commit is contained in:
parent
93428bf006
commit
775f738e43
1 changed files with 63 additions and 0 deletions
63
index/apps/tor/index.html
Normal file
63
index/apps/tor/index.html
Normal file
|
@ -0,0 +1,63 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Tor</title>
|
||||
<link rel="stylesheet" href="../../../style/style.css" />
|
||||
<link rel="icon" type="image/x-icon" href="../../../res/site/icons/favicon.ico">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header class="page-header" role="banner">
|
||||
<h1 class="project-name">Tor Hidden Services</h1>
|
||||
<h2 class="project-tagline">These are my dark/deep websites.</h2>
|
||||
<a href="../../../" class="btn">Home</a>
|
||||
<a href="../" class="btn">Services</a>
|
||||
</header>
|
||||
|
||||
<main id="content" class="main-content" role="main">
|
||||
<section id="array">
|
||||
<h3><a href="https://7o6hlu5tkjsi6z7thygpgqpc7pvb2qamjtaxkvceezcpj236stq25vqd.onion">arrayinamatrix.xyz</a>
|
||||
</h3>
|
||||
<code>
|
||||
7o6hlu5tkjsi6z7thygpgqpc7pvb2qamjtaxkvceezcpj236stq25vqd.onion
|
||||
</code>
|
||||
</section>
|
||||
|
||||
<br>
|
||||
|
||||
<section id="wiki">
|
||||
<h3><a href="https://wqram5hvegtb7ib72y73paou2jkzn7iqqrb2tp5eadckbjm6ekrwucqd.onion
|
||||
">wiki.arrayinamatrix.xyz</a></h3>
|
||||
<code>
|
||||
wqram5hvegtb7ib72y73paou2jkzn7iqqrb2tp5eadckbjm6ekrwucqd.onion
|
||||
</code>
|
||||
</section>
|
||||
|
||||
<br>
|
||||
|
||||
<section id="blog">
|
||||
<h3><a href="https://xyfrg77bbix6ksxs62rausbyvjluwqhh5o3defg5hz4uketxpfqcneyd.onion">bloginamatrix.xyz</a>
|
||||
</h3>
|
||||
<code>
|
||||
xyfrg77bbix6ksxs62rausbyvjluwqhh5o3defg5hz4uketxpfqcneyd.onion
|
||||
</code>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- <section id="#">
|
||||
<h3><a href="#">Clickable title</a></h3>
|
||||
<code>
|
||||
Description here.
|
||||
</code></section> -->
|
||||
|
||||
<footer class="site-footer">
|
||||
You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧
|
||||
</footer>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Reference in a new issue