Updated links and index
This commit is contained in:
@@ -118,8 +118,6 @@
|
|||||||
"links": [
|
"links": [
|
||||||
{ "title": "Vimm's", "url": "https://vimm.net/", "note": "Classic console ROMs" },
|
{ "title": "Vimm's", "url": "https://vimm.net/", "note": "Classic console ROMs" },
|
||||||
{ "title": "FitGirl Repacks", "url": "https://fitgirl-repacks.site/", "note": "Game repacks" },
|
{ "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": "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": "Project Gutenberg", "url": "https://www.gutenberg.org/", "note": "Public domain books" },
|
||||||
{ "title": "CDRomance", "url": "https://cdromance.com/", "note": "Console ROMs and ISOs" },
|
{ "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": "Knaben", "url": "https://knaben.eu/", "note": "Torrent meta-search" },
|
||||||
{ "title": "EXT Torrents", "url": "https://ext.to/", "note": "Torrent search engine" },
|
{ "title": "EXT Torrents", "url": "https://ext.to/", "note": "Torrent search engine" },
|
||||||
{ "title": "Torlock", "url": "https://www.torlock.com/", "note": "Torrent search" },
|
{ "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": "BrocoFlix", "url": "https://brocoflix.xyz/", "note": "Streaming site" },
|
||||||
{ "title": "DopeBox", "url": "https://dopebox.to/", "note": "Streaming site" },
|
{ "title": "DopeBox", "url": "https://dopebox.to/", "note": "Streaming site" },
|
||||||
{ "title": "ppv.to", "url": "https://ppv.to/", "note": "Live event streaming" },
|
{ "title": "ppv.to", "url": "https://ppv.to/", "note": "Live event streaming" },
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
$title = 'Links';
|
$title = 'Links';
|
||||||
$description = 'Links.';
|
$description = 'A collection of interesting and useful websites.';
|
||||||
include $_SERVER['DOCUMENT_ROOT'] . '/includes/head.php';
|
include $_SERVER['DOCUMENT_ROOT'] . '/includes/head.php';
|
||||||
|
|
||||||
$data = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/assets/data/links.json'), true);
|
$data = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/assets/data/links.json'), true);
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
$title = 'Log';
|
$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';
|
include $_SERVER['DOCUMENT_ROOT'] . '/includes/head.php';
|
||||||
|
|
||||||
$data = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/assets/data/log.json'), true);
|
$data = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/assets/data/log.json'), true);
|
||||||
|
|||||||
Reference in New Issue
Block a user