mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
feat: enhance UI components with improved styles and new windows; add error handling and copyright information
This commit is contained in:
parent
eaa9b15b2d
commit
1065a982b0
10 changed files with 142 additions and 78 deletions
10
components/app/windows/error404.vue
Normal file
10
components/app/windows/error404.vue
Normal file
|
@ -0,0 +1,10 @@
|
|||
<template>
|
||||
<div class="justify-center align-center text-center flex flex-col">
|
||||
<span class="text-7xl m-4 m-1 mb-0 text-center align-center justify-center"
|
||||
>404</span
|
||||
>
|
||||
<span class="text-2xl text-center align-center justify-center"
|
||||
>User interface Not Found</span
|
||||
>
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue