updated WS content

main
Frank Homburg 3 years ago
parent 339bba314a
commit 00359435e7

@ -24,8 +24,7 @@
}
a {
color: #3273dc;
/*color: #ff5e6c;*/
color: #7561ab
}
.title {
@ -59,7 +58,9 @@
}
img {
max-width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
code {

@ -15,7 +15,7 @@
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #8A2BE2;
background-color: #9A61AB;
color: #ebdbb2;
}
</style>

@ -0,0 +1,290 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="https://no-js.club/favicon.ico" />
<title>404</title>
<meta name="title" content="404 Page not found" />
<meta name="description" content="| Showcase of JavaScript liberated websites" />
<meta name="keywords" content="" />
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="| Showcase of JavaScript liberated websites" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://no-js.club/404.html" /><meta property="og:image" content="https://no-js.club/images/share.png"/><meta property="og:site_name" content="The no-JS Club | Showcase of JavaScript liberated websites" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://no-js.club/images/share.png"/>
<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content="| Showcase of JavaScript liberated websites"/>
<meta itemprop="name" content="404 Page not found">
<meta itemprop="description" content="| Showcase of JavaScript liberated websites">
<meta name="referrer" content="no-referrer-when-downgrade" />
<style>
body {
font-family: Verdana, sans-serif;
margin: auto;
padding: 20px;
max-width: 720px;
text-align: left;
background-color: #fff;
word-wrap: break-word;
overflow-wrap: break-word;
line-height: 1.5;
color: #444;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
color: #222;
}
a {
color: #7561ab
}
.title {
text-decoration: none;
border: 0;
}
.title span {
font-weight: 400;
}
nav a {
margin-right: 10px;
}
textarea {
width: 100%;
font-size: 16px;
}
input {
font-size: 16px;
}
content {
line-height: 1.6;
}
table {
width: 100%;
}
img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
code {
padding: 2px 5px;
background-color: #f2f2f2;
}
pre code {
color: #222;
display: block;
padding: 20px;
white-space: pre-wrap;
font-size: 14px;
}
div.highlight pre {
background-color: initial;
color: initial;
}
div.highlight code {
background-color: unset;
color: unset;
}
blockquote {
border-left: 1px solid #999;
color: #222;
padding-left: 20px;
font-style: italic;
}
footer {
padding: 0px;
text-align: left;
}
.helptext {
color: #777;
font-size: small;
}
.errorlist {
color: #eba613;
font-size: small;
}
ul.blog-posts {
list-style-type: none;
padding: unset;
}
ul.blog-posts li {
display: flex;
}
ul.blog-posts li span {
flex: 0 0 130px;
}
ul.blog-posts li a:visited {
color: #8b6fcb;
}
@media (prefers-color-scheme: dark) {
body {
background-color: #333;
color: #ddd;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
color: #eee;
}
a {
color: #8cc2dd;
}
code {
background-color: #777;
}
pre code {
color: #ddd;
}
blockquote {
color: #ccc;
}
textarea,
input {
background-color: #252525;
color: #ddd;
}
.helptext {
color: #aaa;
}
}
details {
padding: .6rem 1rem;
background: var(--accent);
border: 1px solid;
border-radius: 5px;
margin-bottom: 1rem;
}
details.red-notice {
background: var(--notice-red-bg);
border-color: var(--notice-red-border);
}
.red-notice h2 {
margin: 0;
}
summary {
cursor: pointer;
font-weight: bold;
}
details[open] {
padding-bottom: .75rem;
}
details[open] summary {
margin-bottom: .5rem;
}
details[open]>*:last-child {
margin-bottom: 0;
}
img {
max-width: 100%;
display: block;
margin: 0 auto;
}
</style>
</head>
<body>
<header><a href="/" class="title">
<h2>The no-JS.club</h2>
</a>
<nav><a href="/">Home</a>
<a href="/faq/">FAQ</a>
<a href="https://todo.sr.ht/~hmbrg/no-JS.club">Membership Request</a>
</nav>
</header>
<main>
<h1>404</h1>
<h2>ʕノ•ᴥ•ʔノ ︵ ┻━┻</h2>
</main>
<footer>
<p class="copyright">Copyright © 2022, Frank Homburg.</p>
<p>
License:&#09;<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en" rel="noopener">CC BY-SA 4.0</a><br>
Git:&#09;&#09;<a href="https://git.sr.ht/~hmbrg/no-js.club" rel="noopener">SourceHut</a>
</p>
<p>
The <b>no-JS Club</b> was created by Frank Homburg and is the successor of <a href="https://goel.io" rel="noopener">Karan Goel's</a> now archived project, <a href="https://github.com/karan/nojs.club" rel="noopener">The noJS Club</a>.
</p>
<p>
Maintained with 💜 for a lighter-footed and JavaScript freer Internet.
</p>
</footer>
</body>
</html>

@ -1,53 +1,53 @@
https://hmbrg.org,2.43
https://arshbot.dev,10.2
https://uscon.mobi,3.88
https://minwiz.com,4.15
https://salejandro.me,1.71
https://coltonhurst.com,2.35
https://kunalmarwaha.com,3.26
https://funnylookinhat.com,7.13
https://hmbrg.org,2.43
https://sjmulder.nl,2.52
https://jrballesteros05.codeberg.page,2.76
https://kunalmarwaha.com,3.26
https://uscon.mobi,3.88
https://minwiz.com,4.15
https://funnylookinhat.com,7.13
https://dotfilehub.com,7.82
https://golangleipzig.space,275.0
https://mat.tl,41.0
https://igaryhe.io,8.96
https://arshbot.dev,10.2
https://fdisk.space,11.5
https://freeshortbedtimestories.com,11.8
https://iotcl.com,12.3
https://erichamiter.com,12.4
https://seirdy.one,17.6
https://datagubbe.se,14.8
https://pzel.name,15.1
https://igaryhe.io,8.96
https://seirdy.one,17.6
https://palerdot.in,23.2
https://datagubbe.se,14.8
https://fdisk.space,11.5
https://unixsheikh.com,50.7
https://john-doe.neocities.org,24.0
https://pawelgrzybek.com,29.2
https://decentnet.github.io,31.2
https://iotcl.com,12.3
https://projects.deltabeard.com,26.5
https://baltuta.eu,80.1
https://yorickpeterse.com,24.2
https://wirelessfootball.co.uk,64.4
https://richj.co,48.0
https://projects.deltabeard.com,26.5
https://darioniedermann.it,26.7
https://zakaria.org,299.0
https://sr.ht,131.0
https://starbreaker.org,45.4
https://ulpaulpa.de,27.7
https://pawelgrzybek.com,29.2
https://decentnet.github.io,31.2
https://ethanyoo.com,32.8
https://mos6581.com,35.5
https://lucianmarin.com,64.4
https://fanael.github.io,32.8
https://mos6581.com,35.5
https://mat.tl,41.0
https://starbreaker.org,45.4
https://richj.co,48.0
https://lighthouse16.com,48.1
https://unixsheikh.com,50.7
https://lucianmarin.com,64.4
https://wirelessfootball.co.uk,64.4
https://ericra.com,73.1
https://baltuta.eu,80.1
https://phate6660.codeberg.page,87.3
https://jmp.chat,112.0
https://sr.ht,131.0
https://ratwires.space,149.0
https://lib.rs,150.0
https://jmtd.net,239.0
https://nixnet.services,175.0
https://jmtd.net,239.0
https://golangleipzig.space,275.0
https://zakaria.org,299.0
https://postmarketos.org,403.0
https://gnu.org,558.0
https://ulpaulpa.de,27.7
https://freeshortbedtimestories.com,11.8
https://gigahost.uk,983.0
https://phate6660.codeberg.page,87.3
https://hansenzhang.com,1843.0
https://ratwires.space,2810
https://roadtolarissa.com,3540
https://roadtolarissa.com,3952.64

1 https://hmbrg.org https://salejandro.me 2.43 1.71
https://hmbrg.org 2.43
https://arshbot.dev 10.2
https://uscon.mobi 3.88
https://minwiz.com 4.15
1 https://salejandro.me https://salejandro.me 1.71 1.71
2 https://coltonhurst.com https://coltonhurst.com 2.35 2.35
3 https://kunalmarwaha.com https://hmbrg.org 3.26 2.43
https://funnylookinhat.com 7.13
4 https://sjmulder.nl https://sjmulder.nl 2.52 2.52
5 https://jrballesteros05.codeberg.page https://jrballesteros05.codeberg.page 2.76 2.76
6 https://kunalmarwaha.com 3.26
7 https://uscon.mobi 3.88
8 https://minwiz.com 4.15
9 https://funnylookinhat.com 7.13
10 https://dotfilehub.com https://dotfilehub.com 7.82 7.82
11 https://golangleipzig.space https://igaryhe.io 275.0 8.96
12 https://mat.tl https://arshbot.dev 41.0 10.2
13 https://fdisk.space 11.5
14 https://freeshortbedtimestories.com 11.8
15 https://iotcl.com 12.3
16 https://erichamiter.com https://erichamiter.com 12.4 12.4
17 https://seirdy.one https://datagubbe.se 17.6 14.8
18 https://pzel.name https://pzel.name 15.1 15.1
19 https://igaryhe.io https://seirdy.one 8.96 17.6
20 https://palerdot.in https://palerdot.in 23.2 23.2
https://datagubbe.se 14.8
https://fdisk.space 11.5
https://unixsheikh.com 50.7
21 https://john-doe.neocities.org https://john-doe.neocities.org 24.0 24.0
https://pawelgrzybek.com 29.2
https://decentnet.github.io 31.2
https://iotcl.com 12.3
https://projects.deltabeard.com 26.5
https://baltuta.eu 80.1
22 https://yorickpeterse.com https://yorickpeterse.com 24.2 24.2
23 https://wirelessfootball.co.uk https://projects.deltabeard.com 64.4 26.5
https://richj.co 48.0
24 https://darioniedermann.it https://darioniedermann.it 26.7 26.7
25 https://zakaria.org https://ulpaulpa.de 299.0 27.7
26 https://sr.ht https://pawelgrzybek.com 131.0 29.2
27 https://starbreaker.org https://decentnet.github.io 45.4 31.2
28 https://ethanyoo.com https://ethanyoo.com 32.8 32.8
https://mos6581.com 35.5
https://lucianmarin.com 64.4
29 https://fanael.github.io https://fanael.github.io 32.8 32.8
30 https://mos6581.com 35.5
31 https://mat.tl 41.0
32 https://starbreaker.org 45.4
33 https://richj.co 48.0
34 https://lighthouse16.com https://lighthouse16.com 48.1 48.1
35 https://unixsheikh.com 50.7
36 https://lucianmarin.com 64.4
37 https://wirelessfootball.co.uk 64.4
38 https://ericra.com https://ericra.com 73.1 73.1
39 https://baltuta.eu 80.1
40 https://phate6660.codeberg.page 87.3
41 https://jmp.chat https://jmp.chat 112.0 112.0
42 https://sr.ht 131.0
43 https://ratwires.space 149.0
44 https://lib.rs https://lib.rs 150.0 150.0
https://jmtd.net 239.0
45 https://nixnet.services https://nixnet.services 175.0 175.0
46 https://jmtd.net 239.0
47 https://golangleipzig.space 275.0
48 https://zakaria.org 299.0
49 https://postmarketos.org https://postmarketos.org 403.0 403.0
50 https://gnu.org https://gnu.org 558.0 558.0
https://ulpaulpa.de 27.7
https://freeshortbedtimestories.com 11.8
51 https://gigahost.uk https://gigahost.uk 983.0 983.0
https://phate6660.codeberg.page 87.3
52 https://hansenzhang.com https://hansenzhang.com 1843.0 1843.0
53 https://ratwires.space https://roadtolarissa.com 2810 3952.64
https://roadtolarissa.com 3540

@ -1,76 +1,53 @@
domain,size
goel.io,8.97
sr.ht,29.9
lakic.one/en,532.9
cyberia.host,1.25
sjmulder.nl,2.52
jrballesteros05.codeberg.page,2.58
nishchith.com,22.1
newbatterytester.com,340
postmarketos.org,201
pzel.name,4.88
derreineke.com,136
coltonhurst.com,2.02
hacktivis.me,9.8
lib.rs,82.7
head-on-a-stick.github.io,101
objective.st,10.0
golangleipzig.space,3.13
phate6660.codeberg.page,1010
unixsheikh.com,7.25
btbytes.com,12.2
datagubbe.se,6.46
cetacean.club,2.65
dotfilehub.com,2.79
jmtd.net,178
humaidq.ae,9.37
lucianmarin.com,41.8
yorickpeterse.com,18.6
mos6581.com,38.0
jmp.chat,77.8
kunalmarwaha.com,2.32
arshbot.dev,0.829
richj.co,25.4
wirelessfootball.co.uk,23.4
mat.tl,3.13
thomasryan.xyz,6.15
roadtolarissa.com,3540
hansenzhang.com,1770
nojs.club,3.58
igaryhe.io,5.33
ratwires.space,2810
seirdy.one,3.75
gigahost.uk,926
freeshortbedtimestories.com,847
ericra.com,69.8
darioniedermann.it,28.3
funnylookinhat.com,2.46
ulpaulpa.de,509
erichamiter.com,3.29
iotcl.com,12.5
zakaria.org,28.8
palerdot.in,5.34
uscon.mobi,1.06
gnu.org,483
nixnet.services,197
elettromiografia.net,42.9
mapperr.sdf.ee,3.37
ethanyoo.com,37
seanbehan.dev,1.58
john-doe.neocities.org,7.26
tasos.ca,55.8
salejandro.me,1.86
aashua.gitlab.io/aashutosh,4.44
blog.sergiomartino.com,58.0
minwiz.com,1.64
sandboxgeneral.xyz,2.80
fdisk.space,7.00
sircipherz.com,1.58
fanael.github.io,53.6
hggz.github.com,14.9
lighthouse16.com,66.0
pawelgrzybek.com,8.58
starbreaker.org,33.5
projects.deltabeard.com,12.6
decentnet.github.io,10.9
baltuta.eu,17.7
https://hmbrg.org,2.43
https://arshbot.dev,10.2
https://uscon.mobi,3.88
https://minwiz.com,4.15
https://salejandro.me,1.71
https://coltonhurst.com,2.35
https://kunalmarwaha.com,3.26
https://funnylookinhat.com,7.13
https://sjmulder.nl,2.52
https://jrballesteros05.codeberg.page,2.76
https://dotfilehub.com,7.82
https://golangleipzig.space,275.0
https://mat.tl,41.0
https://erichamiter.com,12.4
https://seirdy.one,17.6
https://pzel.name,15.1
https://igaryhe.io,8.96
https://palerdot.in,23.2
https://datagubbe.se,14.8
https://fdisk.space,11.5
https://unixsheikh.com,50.7
https://john-doe.neocities.org,24.0
https://pawelgrzybek.com,29.2
https://decentnet.github.io,31.2
https://iotcl.com,12.3
https://projects.deltabeard.com,26.5
https://baltuta.eu,80.1
https://yorickpeterse.com,24.2
https://wirelessfootball.co.uk,64.4
https://richj.co,48.0
https://darioniedermann.it,26.7
https://zakaria.org,299.0
https://sr.ht,131.0
https://starbreaker.org,45.4
https://ethanyoo.com,32.8
https://mos6581.com,35.5
https://lucianmarin.com,64.4
https://fanael.github.io,32.8
https://lighthouse16.com,48.1
https://ericra.com,73.1
https://jmp.chat,112.0
https://lib.rs,150.0
https://jmtd.net,239.0
https://nixnet.services,175.0
https://postmarketos.org,403.0
https://gnu.org,558.0
https://ulpaulpa.de,27.7
https://freeshortbedtimestories.com,11.8
https://gigahost.uk,983.0
https://phate6660.codeberg.page,87.3
https://hansenzhang.com,1843.0
https://ratwires.space,149.0
https://roadtolarissa.com,3952.64

1 domain https://hmbrg.org size 2.43
2 goel.io https://arshbot.dev 8.97 10.2
3 sr.ht https://uscon.mobi 29.9 3.88
4 lakic.one/en https://minwiz.com 532.9 4.15
5 cyberia.host https://salejandro.me 1.25 1.71
6 sjmulder.nl https://coltonhurst.com 2.52 2.35
7 jrballesteros05.codeberg.page https://kunalmarwaha.com 2.58 3.26
8 nishchith.com https://funnylookinhat.com 22.1 7.13
9 newbatterytester.com https://sjmulder.nl 340 2.52
10 postmarketos.org https://jrballesteros05.codeberg.page 201 2.76
11 pzel.name https://dotfilehub.com 4.88 7.82
12 derreineke.com https://golangleipzig.space 136 275.0
13 coltonhurst.com https://mat.tl 2.02 41.0
14 hacktivis.me https://erichamiter.com 9.8 12.4
15 lib.rs https://seirdy.one 82.7 17.6
16 head-on-a-stick.github.io https://pzel.name 101 15.1
17 objective.st https://igaryhe.io 10.0 8.96
18 golangleipzig.space https://palerdot.in 3.13 23.2
19 phate6660.codeberg.page https://datagubbe.se 1010 14.8
20 unixsheikh.com https://fdisk.space 7.25 11.5
21 btbytes.com https://unixsheikh.com 12.2 50.7
22 datagubbe.se https://john-doe.neocities.org 6.46 24.0
23 cetacean.club https://pawelgrzybek.com 2.65 29.2
24 dotfilehub.com https://decentnet.github.io 2.79 31.2
25 jmtd.net https://iotcl.com 178 12.3
26 humaidq.ae https://projects.deltabeard.com 9.37 26.5
27 lucianmarin.com https://baltuta.eu 41.8 80.1
28 yorickpeterse.com https://yorickpeterse.com 18.6 24.2
29 mos6581.com https://wirelessfootball.co.uk 38.0 64.4
30 jmp.chat https://richj.co 77.8 48.0
31 kunalmarwaha.com https://darioniedermann.it 2.32 26.7
32 arshbot.dev https://zakaria.org 0.829 299.0
33 richj.co https://sr.ht 25.4 131.0
34 wirelessfootball.co.uk https://starbreaker.org 23.4 45.4
35 mat.tl https://ethanyoo.com 3.13 32.8
36 thomasryan.xyz https://mos6581.com 6.15 35.5
37 roadtolarissa.com https://lucianmarin.com 3540 64.4
38 hansenzhang.com https://fanael.github.io 1770 32.8
39 nojs.club https://lighthouse16.com 3.58 48.1
40 igaryhe.io https://ericra.com 5.33 73.1
41 ratwires.space https://jmp.chat 2810 112.0
42 seirdy.one https://lib.rs 3.75 150.0
43 gigahost.uk https://jmtd.net 926 239.0
44 freeshortbedtimestories.com https://nixnet.services 847 175.0
45 ericra.com https://postmarketos.org 69.8 403.0
46 darioniedermann.it https://gnu.org 28.3 558.0
47 funnylookinhat.com https://ulpaulpa.de 2.46 27.7
48 ulpaulpa.de https://freeshortbedtimestories.com 509 11.8
49 erichamiter.com https://gigahost.uk 3.29 983.0
50 iotcl.com https://phate6660.codeberg.page 12.5 87.3
51 zakaria.org https://hansenzhang.com 28.8 1843.0
52 palerdot.in https://ratwires.space 5.34 149.0
53 uscon.mobi https://roadtolarissa.com 1.06 3952.64
gnu.org 483
nixnet.services 197
elettromiografia.net 42.9
mapperr.sdf.ee 3.37
ethanyoo.com 37
seanbehan.dev 1.58
john-doe.neocities.org 7.26
tasos.ca 55.8
salejandro.me 1.86
aashua.gitlab.io/aashutosh 4.44
blog.sergiomartino.com 58.0
minwiz.com 1.64
sandboxgeneral.xyz 2.80
fdisk.space 7.00
sircipherz.com 1.58
fanael.github.io 53.6
hggz.github.com 14.9
lighthouse16.com 66.0
pawelgrzybek.com 8.58
starbreaker.org 33.5
projects.deltabeard.com 12.6
decentnet.github.io 10.9
baltuta.eu 17.7

@ -1,51 +1,294 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en-US">
<head>
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="https://no-js.club/favicon.ico" />
<title>FAQ | The no-JS.club</title>
<meta name="title" content="FAQ" />
<meta name="description" content="no-JS Club FAQ Terms and conditions Your website must be&hellip; SFW accessible via HTTPS Your website doesn&rsquo;t include the following contents pornography/sexism or otherwise offensive fanaticism racism illegal material of any kind How to join the no-JS club? Instructions 🤞 Use GTMetrix to analyse your website 🤞
Once complete, click on &ldquo;Waterfall&rdquo; and note 📝 the uncompressed size of transfered data" />
<meta name="keywords" content="" />
<meta property="og:title" content="FAQ" />
<meta property="og:description" content="no-JS Club FAQ Terms and conditions Your website must be&hellip; SFW accessible via HTTPS Your website doesn&rsquo;t include the following contents pornography/sexism or otherwise offensive fanaticism racism illegal material of any kind How to join the no-JS club? Instructions 🤞 Use GTMetrix to analyse your website 🤞
Once complete, click on &ldquo;Waterfall&rdquo; and note 📝 the uncompressed size of transfered data" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://no-js.club/faq/" /><meta property="og:image" content="https://no-js.club/images/share.png"/><meta property="article:section" content="" />
<meta property="article:published_time" content="2022-04-26T13:03:54+02:00" />
<meta property="article:modified_time" content="2022-04-26T13:03:54+02:00" /><meta property="og:site_name" content="The no-JS Club | Showcase of JavaScript liberated websites" />
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://no-js.club/images/share.png"/>
<meta name="twitter:title" content="FAQ"/>
<meta name="twitter:description" content="no-JS Club FAQ Terms and conditions Your website must be&hellip; SFW accessible via HTTPS Your website doesn&rsquo;t include the following contents pornography/sexism or otherwise offensive fanaticism racism illegal material of any kind How to join the no-JS club? Instructions 🤞 Use GTMetrix to analyse your website 🤞
Once complete, click on &ldquo;Waterfall&rdquo; and note 📝 the uncompressed size of transfered data"/>
<meta itemprop="name" content="FAQ">
<meta itemprop="description" content="no-JS Club FAQ Terms and conditions Your website must be&hellip; SFW accessible via HTTPS Your website doesn&rsquo;t include the following contents pornography/sexism or otherwise offensive fanaticism racism illegal material of any kind How to join the no-JS club? Instructions 🤞 Use GTMetrix to analyse your website 🤞
Once complete, click on &ldquo;Waterfall&rdquo; and note 📝 the uncompressed size of transfered data"><meta itemprop="datePublished" content="2022-04-26T13:03:54+02:00" />
<meta itemprop="dateModified" content="2022-04-26T13:03:54+02:00" />
<meta itemprop="wordCount" content="433"><meta itemprop="image" content="https://no-js.club/images/share.png"/>
<meta itemprop="keywords" content="" />
<meta name="referrer" content="no-referrer-when-downgrade" />
<style>
body {
font-family: Verdana, sans-serif;
margin: auto;
padding: 20px;
max-width: 720px;
text-align: left;
background-color: #fff;
word-wrap: break-word;
overflow-wrap: break-word;
line-height: 1.5;
color: #444;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
color: #222;
}
a {
color: #7561ab
}
.title {
text-decoration: none;
border: 0;
}
.title span {
font-weight: 400;
}
nav a {
margin-right: 10px;
}
textarea {
width: 100%;
font-size: 16px;
}
input {
font-size: 16px;
}
content {
line-height: 1.6;
}
table {
width: 100%;
}
img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
code {
padding: 2px 5px;
background-color: #f2f2f2;
}
pre code {
color: #222;
display: block;
padding: 20px;
white-space: pre-wrap;
font-size: 14px;
}
div.highlight pre {
background-color: initial;
color: initial;
}
div.highlight code {
background-color: unset;
color: unset;
}
blockquote {
border-left: 1px solid #999;
color: #222;
padding-left: 20px;
font-style: italic;
}
footer {
padding: 0px;
text-align: left;
}
.helptext {
color: #777;
font-size: small;
}
.errorlist {
color: #eba613;
font-size: small;
}
ul.blog-posts {
list-style-type: none;
padding: unset;
}
ul.blog-posts li {
display: flex;
}
ul.blog-posts li span {
flex: 0 0 130px;
}
ul.blog-posts li a:visited {
color: #8b6fcb;
}
@media (prefers-color-scheme: dark) {
body {
background-color: #333;
color: #ddd;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
color: #eee;
}
a {
color: #8cc2dd;
}
code {
background-color: #777;
}
pre code {
color: #ddd;
}
blockquote {
color: #ccc;
}
textarea,
input {
background-color: #252525;
color: #ddd;
}
.helptext {
color: #aaa;
}
}
details {
padding: .6rem 1rem;
background: var(--accent);
border: 1px solid;
border-radius: 5px;
margin-bottom: 1rem;
}
details.red-notice {
background: var(--notice-red-bg);
border-color: var(--notice-red-border);
}
.red-notice h2 {
margin: 0;
}
summary {
cursor: pointer;
font-weight: bold;
}
details[open] {
padding-bottom: .75rem;
}
details[open] summary {
margin-bottom: .5rem;
}
details[open]>*:last-child {
margin-bottom: 0;
}
img {
max-width: 100%;
display: block;
margin: 0 auto;
}
</style>
<head><title>FAQ &ndash; The no-JS.club </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8"/>
<link rel="stylesheet" href="https://no-js.club/css/colour/gruvbox-dark.css">
<link rel="stylesheet" href="https://no-js.club/css/colour/dark-mode.css">
<link rel="stylesheet" href="https://no-js.club/css/risotto.css">
<link rel="stylesheet" href="https://no-js.club/css/custom.css">
</head>
<body>
<div class="page">
<header class="page__header"><h1 class="page__logo"><a href="https://no-js.club/" class="page__logo-inner"> The no-JS.club </a></h1>
<nav class="page__nav main-nav">
<ul>
<body>
<header><a href="/" class="title">
<h2>The no-JS.club</h2>
</a>
<nav><a href="/">Home</a>
<a href="/faq/">FAQ</a>
<li class="main-nav__item"><a class="nav-main-item" href="/faq/" title="">FAQ</a></li>
<a href="https://todo.sr.ht/~hmbrg/no-JS.club">Membership Request</a>
<li class="main-nav__item"><a class="nav-main-item" href="https://todo.sr.ht/~hmbrg/no-JS.club" title="">Membership Request</a></li>
</ul>
</nav>
</header>
<main>
<section class="page__body">
<header class="content__header">
<h1>FAQ</h1>
</header>
<div class="content__body">
<p>Below you find commonly asked question regarding the no-JS.club project and membership:</p>
<content>
<h1 id="no-js-club-faq">no-JS Club FAQ</h1>
<!-- raw HTML omitted -->
<details>
<summary>Terms and conditions</summary>
<ul>
<li>no pornographic or other offensive content</li>
<li>no fanaticism, racism, sexism</li>
<li>no illegal contents</li>
<li>must be SFW</li>
<li>must be accessible via HTTPS</li>
<h2 id="your-website-must-be">Your website must be&hellip;</h2>
<ul>
<li><strong>SFW</strong></li>
<li><strong>accessible via HTTPS</strong></li>
</ul>
<h2 id="your-website-doesnt-include-the-following-contents">Your website doesn&rsquo;t include the following contents</h2>
<ul>
<li><strong>pornography/sexism or otherwise offensive</strong></li>
<li><strong>fanaticism</strong></li>
<li><strong>racism</strong></li>
<li><strong>illegal material of any kind</strong></li>
</ul>
</details>
@ -53,7 +296,7 @@
<details>
<summary>How to join the no-JS club?</summary>
<h2 id="instructions">Instructions</h2>
<p>If you&rsquo;re interested in getting your site added to the no-JS club, all you need to do is to follow this step-by-step guide:</p>
<!-- raw HTML omitted -->
<ol>
<li>
<p>🤞 Use <a href="https://gtmetrix.com">GTMetrix</a> to analyse your website 🤞</p>
@ -86,59 +329,57 @@
<details>
<summary>Is there any way I can show that I am a no-JS club member?</summary>
<pre><code> &lt;p&gt;&lt;img src=&quot;/assets/images/no-JS.club_logo_bright.svg&quot; width=&quot;600&quot; alt=&quot;no-JS Club Logo for websites w/ dark layout&quot;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/assets/images/no-JS.club_logo_dark.svg&quot; width=&quot;600&quot; alt=&quot;no-JS Club Logo for websites w/ bright layout&quot;&gt;&lt;/p&gt;
</code></pre>
<p>Yes, you are right! But sadly because of reasons <a href="https://goel.io">Karan Goel</a>, the founder of the <a href="https://noJS.club">noJS.club</a> project, archived the corresponding <a href="https://github.com/karan/nojs.club">GitHub repository</a> which means that nobody is able to request for membership.</p>
<h2 id="using-the-no-jsclub-logos-to-showcase-membership">Using the no-JS.club logos to showcase membership</h2>
<p>If your website is <strong>qualified and included in our list</strong>, you are entitled to use one of the following two logos:</p>
<h2 id="bright-no-js-club-logo">Bright no-JS club logo</h2>
<p><a href="https://no-js.club"><img src="/images/no-JS.club_logo_bright.svg" alt="bright no-JS.club logo"></a></p>
<h3 id="to-include-the-above-logo-use-the-following-html-code">To include the above logo, use the following HTML code:</h3>
<p><code>&lt;a href=&quot;https://no-js.club/&quot;&gt;&lt;img alt=&quot;no-JS club&quot; src=&quot;https://no-js.club/images/no-JS.club_logo_bright.svg&quot;&gt;</code></p>
<h3 id="when-using-a-static-side-generator-like-hugo-use-the-following-markdown-snippet">When using a static side generator like Hugo use the following Markdown snippet:</h3>
<p><code>[![This website is a proud member of the no-JS.club logo](https://no-js.club/images/no-JS.club_logo_bright.svg)](https://no-js.club)</code></p>
<h2 id="dark-no-js-club-logo">Dark no-JS club logo</h2>
<p><a href="https://no-js.club"><img src="/images/no-JS.club_logo_dark.svg" alt="dark no-JS.club logo"></a></p>
<h3 id="to-include-the-above-logo-use-the-following-html-code-1">To include the above logo, use the following HTML code:</h3>
<p><code>&lt;a href=&quot;https://no-js.club/&quot;&gt;&lt;img alt=&quot;no-JS club&quot; src=&quot;https://no-js.club/images/no-JS.club_logo_bright.svg&quot;&gt;</code></p>
<h3 id="when-using-a-static-side-generator-like-hugo-use-the-following-markdown-snippet-1">When using a static side generator like Hugo use the following Markdown snippet:</h3>
<p><code>[![This website is a proud member of the no-JS.club logo](https://no-js.club/images/no-JS.club_logo_bright.svg)](https://no-js.club)</code></p>
<h3 id="those-image-are-to-largesmall">Those image are to large/small</h3>
<p>If the dimensions of the logos are not suitable for you, download the logo of your choice and open it with a text editor.</p>
<p>Lines five and six contain the dimensions in millimeters, which can be adjusted to your liking.</p>
<p><code>width=&quot;31.75940125mm&quot;</code></p>
<p><code>height=&quot;27.790841875mm&quot;</code></p>
</details>
<details>
<summary>When will I become a member?</summary>
Once your request is approved, the website mentioned via support ticket will become a proud member of the <a href="https://no-JS.club">no-JS.club</a> and will be listed on the front page of the project website.
<summary>When does the club membership begin?</summary>
<h2 id="start-of-club-membership">Start of club membership</h2>
<p>Once your request is approved, the website mentioned via support ticket will become a proud member of the <a href="https://no-JS.club">no-JS.club</a> and will be listed on the front page of the project website.
</details>
<details>
<summary>Will membership cost me anything?</summary>
<p>Good that you ask! <a href="https://no-js.club">no-JS.club</a> <strong>membership is absolutely free of charge</strong>.</p>
<h2 id="the-cost-of-membership">The cost of membership</h2>
<p>Good that you ask! <a href="https://no-js.club">no-JS.club</a> <strong>membership is absolutely free of charge</strong>.</p>
<p>We don&rsquo;t ask for money and don&rsquo;t expect anything else in return, <strong>except the request for <a href="https://todo.sr.ht/~hmbrg/no-JS.club">membership</a> via support ticket</strong>.</p>
</details>
<details>
<summary>I have further questions?!?</summary>
Please direct all further questions to my eMail address: <em>no-JS {at} hmbrg {dot} org</em>.
<h2 id="contact-information">Contact information</h2>
<p>Please direct all further questions to my eMail address: <em>no-JS {at} hmbrg {dot} org</em>.
</details>
</div>
<footer class="content__footer"></footer>
</section>
<section class="page__aside">
<div class="aside__about">
<ul class="aside__social-links">
</ul>
</div>
<hr>
<div class="aside__content">
<p>
2021-09-01
</p>
</content>
<p>
</div>
</section>
</p>
<section class="footer"><p class="copyright"></p>
Copyright:&#09;© 2022 Frank Homburg
</main>
<footer>
<p class="copyright">Copyright © 2022, Frank Homburg.</p>
<p>
License:&#09;<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en" rel="noopener">CC BY-SA 4.0</a><br>
Git:&#09;&#09;<a href="https://git.sr.ht/~hmbrg/no-js.club" rel="noopener">SourceHut</a>
@ -151,9 +392,10 @@ The <b>no-JS Club</b> was created by Frank Homburg and is the successor of <a hr
<p>
Maintained with 💜 for a lighter-footed and JavaScript freer Internet.
</p>
</section>
</div>
</body>
</footer>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 231 KiB

@ -2,8 +2,8 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="508.15042mm"
height="444.65347mm"
width="31.75940125mm"
height="27.790841875mm"
viewBox="0 0 508.15042 444.65347"
version="1.1"
id="svg80139"

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

@ -2,8 +2,8 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="508.15042mm"
height="444.65347mm"
width="31.75940125mm"
height="27.790841875mm"
viewBox="0 0 508.15042 444.65347"
version="1.1"
id="svg80139"

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

@ -1,39 +1,271 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en-US">
<head><title> The no-JS.club </title>
<head>
<meta name="generator" content="Hugo 0.96.0" />
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="https://no-js.club/favicon.ico" />
<title>The no-JS.club</title>
<meta name="title" content="The no-JS.club" />
<meta name="description" content="| Showcase of JavaScript liberated websites" />
<meta name="keywords" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8"/>
<meta property="og:title" content="" />
<meta property="og:description" content="| Showcase of JavaScript liberated websites" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://no-js.club/" /><meta property="og:image" content="https://no-js.club/images/share.png"/><meta property="og:site_name" content="The no-JS Club | Showcase of JavaScript liberated websites" />
<link rel="stylesheet" href="https://no-js.club/css/colour/gruvbox-dark.css">
<link rel="stylesheet" href="https://no-js.club/css/colour/dark-mode.css">
<link rel="stylesheet" href="https://no-js.club/css/risotto.css">
<link rel="stylesheet" href="https://no-js.club/css/custom.css">
</head>
<body>
<div class="page">
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://no-js.club/images/share.png"/>
<header class="page__header"><h1 class="page__logo"><a href="https://no-js.club/" class="page__logo-inner"> The no-JS.club </a></h1>
<nav class="page__nav main-nav">
<ul>
<meta name="twitter:title" content=""/>
<meta name="twitter:description" content="| Showcase of JavaScript liberated websites"/>
<li class="main-nav__item"><a class="nav-main-item" href="/faq/" title="">FAQ</a></li>
<li class="main-nav__item"><a class="nav-main-item" href="https://todo.sr.ht/~hmbrg/no-JS.club" title="">Membership Request</a></li>
<meta itemprop="name" content="">
<meta itemprop="description" content="| Showcase of JavaScript liberated websites">
<meta name="referrer" content="no-referrer-when-downgrade" />
</ul>
</nav>
<link rel="alternate" type="application/rss+xml" href="https://no-js.club/index.xml" title="The no-JS.club" />
<style>
body {
font-family: Verdana, sans-serif;
margin: auto;
padding: 20px;
max-width: 720px;
text-align: left;
background-color: #fff;
word-wrap: break-word;
overflow-wrap: break-word;
line-height: 1.5;
color: #444;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
color: #222;
}
a {
color: #7561ab
}
.title {
text-decoration: none;
border: 0;
}
.title span {
font-weight: 400;
}
nav a {
margin-right: 10px;
}
textarea {
width: 100%;
font-size: 16px;
}
</header>
input {
font-size: 16px;
}
content {
line-height: 1.6;
}
table {
width: 100%;
}
img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
code {
padding: 2px 5px;
background-color: #f2f2f2;
}
pre code {
color: #222;
display: block;
padding: 20px;
white-space: pre-wrap;
font-size: 14px;
}
div.highlight pre {
background-color: initial;
color: initial;
}
div.highlight code {
background-color: unset;
color: unset;
}
blockquote {
border-left: 1px solid #999;
color: #222;
padding-left: 20px;
font-style: italic;
}
footer {
padding: 0px;
text-align: left;
}
.helptext {
color: #777;
font-size: small;
}
.errorlist {
color: #eba613;
font-size: small;
}
ul.blog-posts {
list-style-type: none;
padding: unset;
}
ul.blog-posts li {
display: flex;
}
ul.blog-posts li span {
flex: 0 0 130px;
}
ul.blog-posts li a:visited {
color: #8b6fcb;
}
@media (prefers-color-scheme: dark) {
body {
background-color: #333;
color: #ddd;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
color: #eee;
}
a {
color: #8cc2dd;
}
code {
background-color: #777;
}
pre code {
color: #ddd;
}
blockquote {
color: #ccc;
}
textarea,
input {
background-color: #252525;
color: #ddd;
}
.helptext {
color: #aaa;
}
}
details {
padding: .6rem 1rem;
background: var(--accent);
border: 1px solid;
border-radius: 5px;
margin-bottom: 1rem;
}
details.red-notice {
background: var(--notice-red-bg);
border-color: var(--notice-red-border);
}
.red-notice h2 {
margin: 0;
}
summary {
cursor: pointer;
font-weight: bold;
}
details[open] {
padding-bottom: .75rem;
}
details[open] summary {
margin-bottom: .5rem;
}
details[open]>*:last-child {
margin-bottom: 0;
}
img {
max-width: 100%;
display: block;
margin: 0 auto;
}
</style>
</head>
<body>
<header><a href="/" class="title">
<h2>The no-JS.club</h2>
</a>
<nav><a href="/">Home</a>
<section class="page__body">
<h1 id="welcome-to-the-no-jsclub-project">Welcome To The no-JS.club Project</h1>
<a href="/faq/">FAQ</a>
<a href="https://todo.sr.ht/~hmbrg/no-JS.club">Membership Request</a>
</nav>
</header>
<main>
<h1 id="welcome-to-the-no-jsclub-project">Welcome To The no-JS.club Project</h1>
<p>The Internet as we find it today is unfortunately a completely <strong>bloated disaster</strong> including <strong>lush JavaScript libraries</strong>.</p>
<p>But we can make a difference if we just take a moment to think about whether the use of JavaScript is really necessary, or if the desired result can be achieved <strong>without its use</strong>.</p>
<p>The <strong>no-JS.club</strong> is a collection of websites that avoid the use of JavaScript and was inspired by projects like <a href="https://250kb.club/"><strong>250KB.club</strong></a>, <a href="https://512kb.club/"><strong>512KB.club</strong></a>, <a href="https://1mb.club/"><strong>1MB.club</strong></a> and the former <strong>noJS.club</strong>. If you want to join us please have a look at the <a href="/faq"><strong>FAQ</strong></a> to learn how.</p>
@ -55,8 +287,8 @@
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #98971A;
color: #1D2021;
background-color: #9A61AB;
color: #ebdbb2;
}
</style>
<table id="no-js">
@ -71,38 +303,43 @@
<tr>
<td>https://hmbrg.org</td>
<td>2.43</td>
<td>https://salejandro.me</td>
<td>1.71</td>
</tr>
<tr>
<td>https://arshbot.dev</td>
<td>10.2</td>
<td>https://coltonhurst.com</td>
<td>2.35</td>
</tr>
<tr>
<td>https://uscon.mobi</td>
<td>3.88</td>
<td>https://hmbrg.org</td>
<td>2.43</td>
</tr>
<tr>
<td>https://minwiz.com</td>
<td>4.15</td>
<td>https://sjmulder.nl</td>
<td>2.52</td>
</tr>
<tr>
<td>https://salejandro.me</td>
<td>1.71</td>
<td>https://jrballesteros05.codeberg.page</td>
<td>2.76</td>
</tr>
<tr>
<td>https://coltonhurst.com</td>
<td>2.35</td>
<td>https://kunalmarwaha.com</td>
<td>3.26</td>
</tr>
<tr>
<td>https://kunalmarwaha.com</td>
<td>3.26</td>
<td>https://uscon.mobi</td>
<td>3.88</td>
</tr>
<tr>
<td>https://minwiz.com</td>
<td>4.15</td>
</tr>
<tr>
@ -111,28 +348,33 @@
</tr>
<tr>
<td>https://sjmulder.nl</td>
<td>2.52</td>
<td>https://dotfilehub.com</td>
<td>7.82</td>
</tr>
<tr>
<td>https://jrballesteros05.codeberg.page</td>
<td>2.76</td>
<td>https://igaryhe.io</td>
<td>8.96</td>
</tr>
<tr>
<td>https://dotfilehub.com</td>
<td>7.82</td>
<td>https://arshbot.dev</td>
<td>10.2</td>
</tr>
<tr>
<td>https://golangleipzig.space</td>
<td>275.0</td>
<td>https://fdisk.space</td>
<td>11.5</td>
</tr>
<tr>
<td>https://mat.tl</td>
<td>41.0</td>
<td>https://freeshortbedtimestories.com</td>
<td>11.8</td>
</tr>
<tr>
<td>https://iotcl.com</td>
<td>12.3</td>
</tr>
<tr>
@ -141,8 +383,8 @@
</tr>
<tr>
<td>https://seirdy.one</td>
<td>17.6</td>
<td>https://datagubbe.se</td>
<td>14.8</td>
</tr>
<tr>
@ -151,8 +393,8 @@
</tr>
<tr>
<td>https://igaryhe.io</td>
<td>8.96</td>
<td>https://seirdy.one</td>
<td>17.6</td>
</tr>
<tr>
@ -161,23 +403,28 @@
</tr>
<tr>
<td>https://datagubbe.se</td>
<td>14.8</td>
<td>https://john-doe.neocities.org</td>
<td>24.0</td>
</tr>
<tr>
<td>https://fdisk.space</td>
<td>11.5</td>
<td>https://yorickpeterse.com</td>
<td>24.2</td>
</tr>
<tr>
<td>https://unixsheikh.com</td>
<td>50.7</td>
<td>https://projects.deltabeard.com</td>
<td>26.5</td>
</tr>
<tr>
<td>https://john-doe.neocities.org</td>
<td>24.0</td>
<td>https://darioniedermann.it</td>
<td>26.7</td>
</tr>
<tr>
<td>https://ulpaulpa.de</td>
<td>27.7</td>
</tr>
<tr>
@ -191,28 +438,28 @@
</tr>
<tr>
<td>https://iotcl.com</td>
<td>12.3</td>
<td>https://ethanyoo.com</td>
<td>32.8</td>
</tr>
<tr>
<td>https://projects.deltabeard.com</td>
<td>26.5</td>
<td>https://fanael.github.io</td>
<td>32.8</td>
</tr>
<tr>
<td>https://baltuta.eu</td>
<td>80.1</td>
<td>https://mos6581.com</td>
<td>35.5</td>
</tr>
<tr>
<td>https://yorickpeterse.com</td>
<td>24.2</td>
<td>https://mat.tl</td>
<td>41.0</td>
</tr>
<tr>
<td>https://wirelessfootball.co.uk</td>
<td>64.4</td>
<td>https://starbreaker.org</td>
<td>45.4</td>
</tr>
<tr>
@ -221,63 +468,63 @@
</tr>
<tr>
<td>https://darioniedermann.it</td>
<td>26.7</td>
<td>https://lighthouse16.com</td>
<td>48.1</td>
</tr>
<tr>
<td>https://zakaria.org</td>
<td>299.0</td>
<td>https://unixsheikh.com</td>
<td>50.7</td>
</tr>
<tr>
<td>https://sr.ht</td>
<td>131.0</td>
<td>https://lucianmarin.com</td>
<td>64.4</td>
</tr>
<tr>
<td>https://starbreaker.org</td>
<td>45.4</td>
<td>https://wirelessfootball.co.uk</td>
<td>64.4</td>
</tr>
<tr>
<td>https://ethanyoo.com</td>
<td>32.8</td>
<td>https://ericra.com</td>
<td>73.1</td>
</tr>
<tr>
<td>https://mos6581.com</td>
<td>35.5</td>
<td>https://baltuta.eu</td>
<td>80.1</td>
</tr>
<tr>
<td>https://lucianmarin.com</td>
<td>64.4</td>
<td>https://phate6660.codeberg.page</td>
<td>87.3</td>
</tr>
<tr>
<td>https://fanael.github.io</td>
<td>32.8</td>
<td>https://jmp.chat</td>
<td>112.0</td>
</tr>
<tr>
<td>https://lighthouse16.com</td>
<td>48.1</td>
<td>https://sr.ht</td>
<td>131.0</td>
</tr>
<tr>
<td>https://ericra.com</td>
<td>73.1</td>
<td>https://ratwires.space</td>
<td>149.0</td>
</tr>
<tr>
<td>https://jmp.chat</td>
<td>112.0</td>
<td>https://lib.rs</td>
<td>150.0</td>
</tr>
<tr>
<td>https://lib.rs</td>
<td>150.0</td>
<td>https://nixnet.services</td>
<td>175.0</td>
</tr>
<tr>
@ -286,8 +533,13 @@
</tr>
<tr>
<td>https://nixnet.services</td>
<td>175.0</td>
<td>https://golangleipzig.space</td>
<td>275.0</td>
</tr>
<tr>
<td>https://zakaria.org</td>
<td>299.0</td>
</tr>
<tr>
@ -300,39 +552,19 @@
<td>558.0</td>
</tr>
<tr>
<td>https://ulpaulpa.de</td>
<td>27.7</td>
</tr>
<tr>
<td>https://freeshortbedtimestories.com</td>
<td>11.8</td>
</tr>
<tr>
<td>https://gigahost.uk</td>
<td>983.0</td>
</tr>
<tr>
<td>https://phate6660.codeberg.page</td>
<td>87.3</td>
</tr>
<tr>
<td>https://hansenzhang.com</td>
<td>1843.0</td>
</tr>
<tr>
<td>https://ratwires.space</td>
<td>2810</td>
</tr>
<tr>
<td>https://roadtolarissa.com</td>
<td>3540</td>
<td>3952.64</td>
</tr>
</tbody>
@ -340,22 +572,9 @@
</section>
<section class="page__aside">
<div class="aside__about">
<ul class="aside__social-links">
</ul>
</div>
<hr>
<div class="aside__content">
</div>
</section>
<section class="footer"><p class="copyright"></p>
Copyright:&#09;© 2022 Frank Homburg
</main>
<footer>
<p class="copyright">Copyright © 2022, Frank Homburg.</p>
<p>
License:&#09;<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en" rel="noopener">CC BY-SA 4.0</a><br>
Git:&#09;&#09;<a href="https://git.sr.ht/~hmbrg/no-js.club" rel="noopener">SourceHut</a>
@ -368,9 +587,10 @@ The <b>no-JS Club</b> was created by Frank Homburg and is the successor of <a hr
<p>
Maintained with 💜 for a lighter-footed and JavaScript freer Internet.
</p>
</section>
</div>
</body>
</footer>
</body>
</html>

@ -1,19 +1,20 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title> The no-JS.club </title>
<title>The no-JS.club</title>
<link>https://no-js.club/</link>
<description>Recent content on The no-JS.club </description>
<description>Recent content on The no-JS.club</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language><atom:link href="https://no-js.club/index.xml" rel="self" type="application/rss+xml" />
<language>en-US</language>
<copyright>Copyright © 2022, Frank Homburg.</copyright><atom:link href="https://no-js.club/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>FAQ</title>
<link>https://no-js.club/faq/</link>
<pubDate>Wed, 01 Sep 2021 13:03:54 +0200</pubDate>
<pubDate>Tue, 26 Apr 2022 13:03:54 +0200</pubDate>
<guid>https://no-js.club/faq/</guid>
<description>Below you find commonly asked question regarding the no-JS.club project and membership:
Terms and conditions no pornographic or other offensive content no fanaticism, racism, sexism no illegal contents must be SFW must be accessible via HTTPS How to join the no-JS club? Instructions If you&amp;rsquo;re interested in getting your site added to the no-JS club, all you need to do is to follow this step-by-step guide:</description>
<description>no-JS Club FAQ Terms and conditions Your website must be&amp;hellip; SFW accessible via HTTPS Your website doesn&amp;rsquo;t include the following contents pornography/sexism or otherwise offensive fanaticism racism illegal material of any kind How to join the no-JS club? Instructions 🤞 Use GTMetrix to analyse your website 🤞
Once complete, click on &amp;ldquo;Waterfall&amp;rdquo; and note 📝 the uncompressed size of transfered data</description>
</item>
</channel>

@ -0,0 +1,2 @@
User-Agent: *
Sitemap: https://no-js.club/sitemap.xml

@ -3,13 +3,9 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://no-js.club/faq/</loc>
<lastmod>2022-04-24T19:47:03+02:00</lastmod>
<lastmod>2022-04-26T13:03:54+02:00</lastmod>
</url><url>
<loc>https://no-js.club/</loc>
<priority>0</priority>
</url><url>
<loc>https://no-js.club/categories/</loc>
</url><url>
<loc>https://no-js.club/tags/</loc>
</url>
</urlset>

Loading…
Cancel
Save