|
|
<!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:	<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en" rel="noopener">CC BY-SA 4.0</a><br>
|
|
|
Git:		<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>
|