Skip to content

Commit d86b81a

Browse files
committed
update order of webring sites in variables
1 parent 378cd27 commit d86b81a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

static/html-energy-webring/onionring/variables.js

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@
77

88
//the full URLs of all the sites in the ring
99
var sites = [
10-
"https://www.gabriel-export.earth/html-energy-webring/",
11-
"https://callmecannibal.neocities.org/",
12-
"https://croakego.neocities.org/",
13-
"http://constcast.org/",
14-
"https://corktree.neocities.org/",
15-
"https://troy-sucks.neocities.org/",
16-
"https://frippenator.neocities.org/",
17-
"https://lyer-online.neocities.org/",
18-
"https://gabriel-export.earth/patterns",
19-
"https://www.pixouls.xyz/",
20-
"https://ragman.net",
21-
"https://amalinalai.github.io/precipice/busstop",
22-
"https://naes.tech/htarotml/",
23-
"https://naes.tech/htmlun/",
24-
"https://harriethw.github.io/html-day-bristol/",
25-
"https://killalocalpedophile.neocities.org/",
26-
"https://baccyflap.com/rsp"
10+
'https://www.gabriel-export.earth/html-energy-webring/',
11+
'https://callmecannibal.neocities.org/',
12+
'https://lyer-online.neocities.org/',
13+
'https://naes.tech/htarotml/',
14+
'https://naes.tech/htmlun/',
15+
'https://harriethw.github.io/html-day-bristol/',
16+
'https://frippenator.neocities.org/',
17+
'https://www.pixouls.xyz/',
18+
'https://www.gabriel-export.earth/patterns',
19+
'https://baccyflap.com/rsp',
20+
'https://killalocalpedophile.neocities.org/',
21+
'http://constcast.org/',
22+
'https://corktree.neocities.org/',
23+
'https://amalinalai.github.io/precipice/busstop',
24+
'https://troy-sucks.neocities.org/',
25+
'https://ragman.net',
26+
'https://croakego.neocities.org/'
2727
];
2828

2929
//the name of the ring

0 commit comments

Comments
 (0)