Post A1iGjc1Irg3pa7WCuG by amirzlf@mstdn.io
 (DIR) More posts by amirzlf@mstdn.io
 (DIR) Post #A1i6uBmfkblXr850Mq by dearrude@fosstodon.org
       2020-11-30T02:59:31Z
       
       0 likes, 0 repeats
       
       Is there any place where I can find decently designed JS-free personal website templates?
       
 (DIR) Post #A1iGjc1Irg3pa7WCuG by amirzlf@mstdn.io
       2020-11-30T04:49:38Z
       
       0 likes, 0 repeats
       
       @dearrude I don't know about templates but nojs.club listed lots of js-free websites you can get idea from.
       
 (DIR) Post #A1jOLVAveh5KC6zkWG by oldcoder@mastodon.oldcoder.org
       2020-11-30T17:49:24Z
       
       0 likes, 0 repeats
       
       @dearrude 1) It may not qualify as decently designed, but feel free to use the HTML5 and CSS3 code from my template at this link:https://laclin.com/bundled-distros.htmlIt's simple, static, JS-free, and mobile-responsive.2) There's an older version at the following link:https://minetest.org/This one uses JS for statistics, but it's easy to delete that part. There's also some JS and dynamic content on subpages and linked pages.#2 omits the fixed header bar in #1. Yes, it also has too many buttons.
       
 (DIR) Post #A1jxUoc2FpvNTnqmDA by dearrude@fosstodon.org
       2020-12-01T00:23:31Z
       
       0 likes, 0 repeats
       
       @oldcoder Thanks!