How to use "href=" for a static html file in svelte
I'm trying to build a page in sveltekit that will display a list of document names, and when you click on a name it will display the corresponding document (which is a static HTML file). I'm using a table: <tbody>…