diff options
Diffstat (limited to 'links.html')
-rwxr-xr-x | links.html | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/links.html b/links.html new file mode 100755 index 0000000..65ceae9 --- /dev/null +++ b/links.html @@ -0,0 +1,95 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" +"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> +<head> +<!-- 2023-09-15 Fri 20:23 --> +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> +<meta name="viewport" content="width=device-width, initial-scale=1" /> +<title>Webrings and Links (JavaScript ahead) 💜</title> +<meta name="author" content="Crystal" /> +<meta name="generator" content="Org Mode" /> +<link rel="stylesheet" type="text/css" href="src/css/colors.css"/> +<link rel="stylesheet" type="text/css" href="src/css/style.css"/> +</head> +<body> +<div id="content" class="content"> +<h1 class="title">Webrings and Links (JavaScript ahead) 💜</h1> +<div id="outline-container-org0f47f24" class="outline-2"> +<h2 id="org0f47f24">Webrings & Links</h2> +<div class="outline-text-2" id="text-org0f47f24"> +<p> +<b>This site is a proud member of the geekring! Check some other geeky websites here!</b> +</p> + +<p> +<a href="http://geekring.net/site/302/previous">Previous site</a> – <a href="http://geekring.net/site/301/random">Random Site</a> – <a href="http://geekring.net/site/301/next">Next Site</a> +</p> + +<p> +<b>Do you long for a simpler time, when America was Online and the only person you could Ask was Jeeves? Hotline Webring is bringing that time back, with Webrings! <i>This website is part of the Hotline Webring</i></b> +</p> + +<p> +<a href="https://hotlinewebring.club/crystal/previous">Previous site</a> – <a href="https://hotlinewebring.club/crystal/next">Next site</a> +</p> +<iframe id="bucket-webring" style="width: 100%; height: 3rem; border: none;" src="https://webring.bucketfish.me/embed.html?name=crystal"></iframe> + +<link rel="stylesheet" +href="https://teethinvitro.neocities.org/webring/linuxring/script/onionring.css"> +<div id="transring"> +<script type="text/javascript" src="https://transring.neocities.org/onionring-variables.js"></script> +<script type="text/javascript" src="https://transring.neocities.org/onionring-widget.js"></script> +</div> + +<div id='linuxring'> +<script type="text/javascript" src="https://teethinvitro.neocities.org/webring/linuxring/script/onionring-variables.js"></script> +<script type="text/javascript" src="https://teethinvitro.neocities.org/webring/linuxring/script/onionring-widget.js"></script> +</div> +<table> +<tr> +<td><a href="https://webri.ng/webring/ladiesofthelinks/previous?via=https%3A%2F%2Fcrystal.tilde.institute"><img src="src/gifs/links/ladiesofthelinks/ladiesofthelink1.gif"></a></td> +<td><a href="https://ladiesofthe.link/"><img src="src/gifs/links/ladiesofthelinks/ladiesofthelink.gif"></a></td> +<td><a href="https://webri.ng/webring/ladiesofthelinks/next?via=https%3A%2F%2Fcrystal.tilde.institute"><img src="/src/gifs/links/ladiesofthelinks/ladiesofthelink2.gif"></a></td> +</tr> +</table> +</div> + +<div id="outline-container-org614fbc6" class="outline-3"> +<h3 id="org614fbc6">Lainchan Webring</h3> +<div class="outline-text-3" id="text-org614fbc6"> +<p> +Lainring is a decentralized <a href="https://indieweb.org/webring">webring</a> created by the users of <a href="https://www.lainchan.org">Lainchan</a>, an anonymous image board. If you want to be added, go to the <a href="https://lainchan.org/%CE%A9/res/70358.html">Lainchan thread</a> and post your website there, together with a 240x60 button image. +</p> + +<div id="lainring">... Loading, please wait ...</div> +<script> +document.addEventListener("DOMContentLoaded", function(event) { + /* Try to retrieve the json file */ + fetch('src/json/lainring.json').then(res => res.json()).then((data) => { + let out = ''; + /* For each element in the JSON, build an anchor-image DOM structure */ + data.items.forEach(element => { + /* This string is split in multiple lines for readability */ + out += '<a title="' + element.title + '" ' + + 'href="' + element.url + '">' + + '<img src="src/gifs/lainchan/' + element.img + '" alt="' + element.title + '" /></a>'; + }); + /* Inject the DOM structure into the element with the id 'lainring' */ + document.getElementById('lainring').innerHTML = out; + }).catch(err => { + /* throw an error */ + throw err + }); +}); +</script> +</div> +</div> +</div> +</div> +<div id="postamble" class="status"> +<p class="author">Author: Crystal</p> +<p class="date">Created: 2023-09-15 Fri 20:23</p> +</div> +</body> +</html> \ No newline at end of file |