Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Tuesday, 13-Dec-2022 18:39:38 JST翠星石 @LinuxLounge Heck even CSS is bloat - my website site works without it and yours should to.
I mean, you should have some JavaScript, but only limited to this:
<script>
document.body.textContent = 'This page works better without JavaScript.'
</script>