dw i haven't! ur all good:) but uhmmm incredibly ineffictently is how! i've literally just copied the base html across all my pages (and have to manually update/edit everything) :,) the type of SPA i'm (eventually) implementing will just automatically insert the base code, so i can avoid what i'm currently doing! i don't know /how/ bad it currently is, but it's not the most effcient nor practical
this is the main guide i'm following to implement SPA if ur curious though!: https://dev.to/dcodeyt/building-a-single-page-app-without-frameworks-hl9 (obviously the example has a very modern styled site but i'm hoping and praying what i'm tryna do will work)
You can create a template page of your index, and just copy and paste it, but you must still edit the menu to put your links as you add more pages, or workout the file names and put them in your template before you start.
@nimravidae slay 💀 i actually coded a python thing to generate my pages for me by inserting a header and footer. it has its limitations tho and i do want to make it better At Some Point. i hope you get your SPA thing working!!! glglgl (and hf with uni too that sounds so fun)
thank you!!! you can make your own!!!! https://github.com/Adrianotiger/web-esheep
the SPA stuff i'm looking into avoids that actually!! i don't like that either:( iframes are the part that stop you from being able to yk, just copy the link and go straight to THAT page, which is why i'm deciding not to use em! (among other reasons). it's probably gonna take a little while to get the hang of since it's more complex than just chucking stuff in iframes, but to me it's worth it :]
my MAIN reason for wanting to use SPA is that I wanna have a music player with continuous playback ehehe (priorities, i know)
thanks! not currently sorry
well there's an old one but that's from a while ago