summary refs log tree commit diff stats
path: root/links.html
blob: c013caf8a712586fec6bf00312c7ceb058a62df7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?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-11-01 Wed 13:39 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Close this website, Open the next (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">
<div id="outline-container-org865fc0b" class="outline-2">
<h2 id="org865fc0b">Webrings &amp; Links</h2>
<div class="outline-text-2" id="text-org865fc0b">
<p>
<b>This site is a proud member of the geekring! Check some other geeky websites here!</b><br />
</p>

<p>
<a href="http://geekring.net/site/302/previous">Previous site</a> &#x2013; <a href="http://geekring.net/site/301/random">Random Site</a> &#x2013; <a href="http://geekring.net/site/301/next">Next Site</a><br />
</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><br />
</p>

<p>
<a href="https://hotlinewebring.club/crystal/previous">Previous site</a> &#x2013; <a href="https://hotlinewebring.club/crystal/next">Next site</a><br />
</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-org7d5a6e6" class="outline-3">
<h3 id="org7d5a6e6">Lainchan Webring</h3>
<div class="outline-text-3" id="text-org7d5a6e6">
<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.<br />
</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-11-01 Wed 13:39</p>
</div>
</body>
</html>