<!DOCTYPE html>
< html lang = "en" >
< head > < title > Categories – 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 >
< 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 >
< / ul >
< / nav >
< / header >
< section class = "page__body" >
< h1 id = "categories" > Categories< / h1 >
< ul >
< / ul >
< / 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:	 © 2022 Frank Homburg
< 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 >
< / section >
< / div >
< / body >
< / html >