<!DOCTYPE html>
< html lang = "en" >
< head >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< meta charset = "utf-8" >
< style > body { margin : 20 px auto ; max-width : 750 px ; line-height : 1.5 em ; font-size : 1.1 em ; background-color : #252525 ; color : #FFFFFF ; padding : 0 10 px ; font-family : monospace ; hyphens : auto } header { display : flex ; justify-content : space-between ; align-items : center ; white-space : nowrap ; font-variant : small-caps } a { color : #00ffff ; text-decoration : none } a : hover { color : #c6ba93 } h1 { color : #9A61AB ; font-size : 2 em ; font-weight : 650 } h2 , h3 , h4 , h5 { line-height : 1.2 ; color : #9A61AB ; font-size : 1.1 em } h2 : before { content : "## " ; content : "## " / "" } h3 : before { content : "### " ; content : "### " / "" } h4 : before { content : "#### " ; content : "#### " / "" } h5 : before { content : "##### " ; content : "##### " / "" } code { color : #252525 ; background : #e4d4e8 } pre { tab-size : 4 } details { padding : .6 rem 1 rem ; background : #9A61AB ; border : 3 px inset #7d7d7d ; border-radius : 5 px ; margin-bottom : 1 rem } summary { cursor : pointer ; font-weight : 900 } details [ open ] { padding-bottom : .75 rem } details [ open ] summary { margin-bottom : .5 rem } details [ open ] > * : last-child { margin-bottom : 0 } img { max-width : 100 % ; display : block ; margin : 0 auto } nav { display : inline-block } nav li { display : inline-block ; margin-right : 20 px } nav a { font-weight : 900 ; } nav a [ href * = '/' ] :: before { content : "[ " } nav a [ href * = '/' ] :: after { content : " ]" } < / style >
< title > 404 Page not found< / title >
< / head >
< body >
< nav > < a href = "/" > Home< / a >
| < a href = "/members/" > Members< / a >
| < a href = "/faq/" > FAQ< / a >
< / nav >
< hr >
< a href = "/" class = "title" >
< h1 > The no-JS Club< / h1 >
< / a >
< h1 > 404< / h1 >
< h2 > ʕノ•ᴥ•ʔノ ︵ ┻━┻< / h2 >
< hr >
< p class = "copyright" > Copyright © 2022, Frank Homburg, © 2023-2024 shruub< / p >
< p >
The < b > no-JS Club< / b > was created by Frank Homburg and is the successor to < 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 > . Now maintained by shruub.
< / p >
< p >
Maintained with 💜 for a JavaScript freer Internet.
< / p >
< / body >
< / html >