there should be a free hosting service where you can only upload a single html file to your account, but pointing a domain to it is free
@f0x equal parts easy to implement on the server side and sufficient if someone just wants to host a page of links
@SuricrasiaOnline hmm right. I recently wrote https://homes.pixie.town/ which is a bit more complex, but ties nicely into my Gitea. Gitea allows web file upload/editing but it's not ideal, so eventually I do want to make an easier interface for it (also hiding Git's complexity as much as possible), similar to Neocities' editor
@SuricrasiaOnline Closest thing is stuff like https://codeberg.page/ or https://main.pixie-pages.f0x.pixie.homes/ I suppose
@SuricrasiaOnline I'm using https://www.netlify.com/ to host my html5 game, and I'm not paying for pointing my domain to it.
@SuricrasiaOnline cue techbros to abuse it and create terrible JS driven single file large multipagr corporate website monsters
@alinanorakari @SuricrasiaOnline Did someone say TiddlyWiki? 😜
@SuricrasiaOnline @phlash -googles- …
@SuricrasiaOnline github lets you do this
@SuricrasiaOnline @nev GitHub Pages is slightly overkill (dozens of files!), but works well for this pattern.
@SuricrasiaOnline wait but why the single file restriction