feat: better article parsing + html dom base

This commit is contained in:
2026-04-24 23:03:02 +02:00
parent cbab7c74e5
commit 9109678195
11 changed files with 157 additions and 63 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
<script setup lang="ts"></script>
<template>
<h1>Not found</h1>
<main>
<h1>Page not found</h1>
<RouterLink to="/">Back to home</RouterLink>
</main>
</template>
<style scoped></style>