So I'm currently working on a start page (personal use) but right now I have to edit the HTML if I want to add/delete/edit a website or container.
What's the easiest way to make an in-browser experience? I have tried JavaScript and that worked but once you refresh the page it removes the added element.
The startpage is made up of a container of class "content" and then individual containers in class "container". These containers contain a header and the links to the different pages.
Thank you for your help.