summary refs log tree commit diff stats
path: root/src/org/links.org
diff options
context:
space:
mode:
authorCrystal <crystal@wizard.tower>2023-11-01 13:39:50 +0100
committerCrystal <crystal@wizard.tower>2023-11-01 13:39:50 +0100
commita572f3b4bca1801dc4de881c072814a6678c4203 (patch)
tree83a504e47e8e12c246e289d29fdae1a1fd05e339 /src/org/links.org
parentcedb6911b51089175e4408b209efa174e7ae0dd0 (diff)
downloadwww-a572f3b4bca1801dc4de881c072814a6678c4203.tar.gz
Update
Diffstat (limited to 'src/org/links.org')
-rwxr-xr-xsrc/org/links.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/org/links.org b/src/org/links.org
index a9bec00..8117bb1 100755
--- a/src/org/links.org
+++ b/src/org/links.org
@@ -1,4 +1,4 @@
-#+TITLE: Webrings and Links (JavaScript ahead) 💜
+#+TITLE: Close this website, Open the next (JavaScript ahead) 💜
 #+AUTHOR: Crystal
 #+OPTIONS: ^:{}
 #+OPTIONS: num:nil
@@ -8,6 +8,7 @@
 #+OPTIONS: \n:y
 #+OPTIONS: html-style:nil
 #+OPTIONS: toc:nil
+#+OPTIONS: title:nil
 * Webrings & Links
 
 *This site is a proud member of the geekring! Check some other geeky websites here!*
c?h=hlt&id=b0bf5321de2ba32f3b92c2faf6b7b68a06b6b432'>b0bf5321 ^
78c50205 ^
b0bf5321 ^
2c91ac0c ^
b0bf5321 ^
78c50205 ^
b0bf5321 ^
78c50205 ^
a89c1bed ^
b0bf5321 ^



78c50205 ^
b0bf5321 ^


7fd01071 ^
2efceef6 ^
acce384b ^
a89c1bed ^
ad2604e8 ^

b0bf5321 ^

6c96a437 ^
b0bf5321 ^


a89c1bed ^
ad2604e8 ^
b0bf5321 ^
ad2604e8 ^
b0bf5321 ^
9a81d746 ^
b0bf5321 ^


4b424bb2 ^






2b37bbea ^
4b424bb2 ^
b0bf5321 ^



7c9def3c ^

b0bf5321 ^


e41e8e09 ^
78c50205 ^
b0bf5321 ^
78c50205 ^
b0bf5321 ^

17401c38 ^




b0bf5321 ^

7c9def3c ^

b0bf5321 ^




7c9def3c ^

b0bf5321 ^


d9630e06 ^

7c9def3c ^

d9630e06 ^



78c50205 ^
d9630e06 ^

b0bf5321 ^

acce384b ^
b0bf5321 ^
192d59d3 ^
acce384b ^
b0bf5321 ^
acce384b ^

b0bf5321 ^














78c50205 ^
b0bf5321 ^
b56c564c ^





b0bf5321 ^
b56c564c ^
b0bf5321 ^
b0bf5321 ^

aa3d29a5 ^
65151923 ^

















2b250717 ^
65151923 ^


















909adb27 ^
65151923 ^



65151923 ^
aa3d29a5 ^



























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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226