Updated links and index

This commit is contained in:
2026-05-19 21:36:23 -04:00
parent af1b193389
commit 70fe6ddfb6
3 changed files with 2 additions and 5 deletions
-3
View File
@@ -118,8 +118,6 @@
"links": [
{ "title": "Vimm's", "url": "https://vimm.net/", "note": "Classic console ROMs" },
{ "title": "FitGirl Repacks", "url": "https://fitgirl-repacks.site/", "note": "Game repacks" },
{ "title": "Anna's Archive", "url": "https://annas-archive.org/", "note": "Shadow library for books and papers" },
{ "title": "LibGen", "url": "https://shadowlibraries.github.io/DirectDownloads/libgen/", "note": "Library Genesis books" },
{ "title": "Shadow Libraries", "url": "https://shadowlibraries.github.io/", "note": "Index of shadow libraries" },
{ "title": "Project Gutenberg", "url": "https://www.gutenberg.org/", "note": "Public domain books" },
{ "title": "CDRomance", "url": "https://cdromance.com/", "note": "Console ROMs and ISOs" },
@@ -131,7 +129,6 @@
{ "title": "Knaben", "url": "https://knaben.eu/", "note": "Torrent meta-search" },
{ "title": "EXT Torrents", "url": "https://ext.to/", "note": "Torrent search engine" },
{ "title": "Torlock", "url": "https://www.torlock.com/", "note": "Torrent search" },
{ "title": "MoviesJoy", "url": "https://moviesjoy.to/", "note": "Free streaming" },
{ "title": "BrocoFlix", "url": "https://brocoflix.xyz/", "note": "Streaming site" },
{ "title": "DopeBox", "url": "https://dopebox.to/", "note": "Streaming site" },
{ "title": "ppv.to", "url": "https://ppv.to/", "note": "Live event streaming" },
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
$title = 'Links';
$description = 'Links.';
$description = 'A collection of interesting and useful websites.';
include $_SERVER['DOCUMENT_ROOT'] . '/includes/head.php';
$data = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/assets/data/links.json'), true);
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
$title = 'Log';
$description = "A running tab of what I've been into.";
$description = "Running tab of my time.";
include $_SERVER['DOCUMENT_ROOT'] . '/includes/head.php';
$data = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/assets/data/log.json'), true);