feat: better article parsing + html dom base
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user