commit f31f524f593e7c7cb3282ba7161ef674bdec896d45923df13699c0b46cde3b85
Author: cybrkyd <git@cybrkyd.com>
Date: Sun Feb 22 17:30:20 2026 +0000
Tor dashboard
diff --git a/readme.txt b/readme.txt
new file mode 100644
index 0000000..5454e7d
--- /dev/null
+++ b/readme.txt
@@ -0,0 +1 @@
+ Personal start page dashboards.
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..b85be6c
--- /dev/null
+++ b/style.css
@@ -0,0 +1,57 @@
+ body {
+ background: #2e3440;
+ color: #BBC4C8;
+ font-family: 'DejaVu Sans', sans-serif;
+ font-size: 0.93rem;
+ line-height: 1.1rem;
+ }
+ .container {
+ width: 1200px;
+ margin: auto;
+ }
+ .logo-container {
+ display: flex;
+ justify-content: center;
+ padding: 20px 0;
+ }
+ .logo {
+ text-align: center;
+ }
+ h3 {
+ margin: 0 0 5px 0;
+ text-decoration: underline;
+ font-size: 1.1rem;
+ }
+ .grid-container {
+ display: grid;
+ grid-template-columns: auto auto auto auto auto;
+ gap: 15px;
+ padding: 5px;
+ }
+ .grid-container > div {
+ background: #3b4252;
+ padding: 15px;
+ border: #191C1E;
+ border-radius: 10px;
+ }
+ li {
+ list-style-type: none;
+ padding: 3px;
+ }
+ a:link {
+ text-decoration: none;
+ color: #9BA8BB;
+ }
+ a:visited {
+ text-decoration: none;
+ color: #9BA8BB;
+ }
+ a:hover {
+ color: #1d90e9;
+ }
+ #vpn {
+ background: #007500;
+ padding: 15px;
+ border: #191C1E;
+ border-radius: 10px;
+ }
diff --git a/tor.html b/tor.html
new file mode 100644
index 0000000..522cfba
--- /dev/null
+++ b/tor.html
@@ -0,0 +1,49 @@
+ <!DOCTYPE html>
+ <html>
+ <head>
+ <title>dashboard</title>
+ <link rel="stylesheet" type="text/css" href="style.css">
+ </head>
+ <body>
+ <div class="logo-container">
+ <div class="logo">
+ <img src="tor.png" style="width:120px;height:120px;" />
+ </div>
+ </div>
+ <div class="container">
+ <div class="grid-container">
+
+ <div>
+ <h3>web</h3>
+ </div>
+
+ <div>
+ <h3>web</h3>
+ <li><a href="https://annas-archive.li">annas-archive</a></li>
+ <li><a href="https://freemagazines.top">freemagazines</a></li>
+ <li><a href="https://libgen.li">Libgen</a></li>
+ <li><a href="http://bookszlibb74ugqojhzhg2a63w5i2atv5bqarulgczawnbmsb6s6qead.onion/">Z-Library</a></li>
+ </div>
+
+ <div>
+ <h3>torrents</h3>
+ <li><a href="https://eztv.re/">eztv</a></li>
+ <li><a href="https://thepiratebay.org">PirateBay</a></li>
+ <li><a href="http://piratebayo3klnzokct3wt5yyxb2vpebbuyjl7m623iaxmqhsd52coid.onion/">PirateBay (onion)</a></li>
+ <li><a href="https://yts.lt">YTS.lt</a></li>
+ </div>
+
+ <div>
+ <h3>web</h3>
+ <li><a href="https://duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion">DuckDuckGo</a></li>
+ </div>
+
+ <div>
+ <h3>web</h3>
+ </div>
+
+ <!-- -->
+ </div>
+ </div>
+ </body>
+ </html>
diff --git a/tor.png b/tor.png
new file mode 100644
index 0000000..0eba511
Binary files /dev/null and b/tor.png differ