File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ import { HttpStatusCode } from "@solidjs/start" ;
2
+
3
+ export default function Error404 ( ) {
4
+ return (
5
+ < >
6
+ < p class = "p-8 text-center" > 404 not found</ p >
7
+ < HttpStatusCode code = { 404 } />
8
+ </ >
9
+ ) ;
10
+ }
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ export default function Home() {
4
4
return (
5
5
< div class = "w-full flex justify-center overflow-x-hidden" >
6
6
< div class = "h-screen w-full p-6 md:w-2/3 flex flex-col items-center justify-center" >
7
- < Art imagePath = "/public/ imagewbg.png" />
7
+ < Art imagePath = "/imagewbg.png" />
8
8
< div class = "flex w-full items-center gap-4" >
9
- < img src = "/public/ image.png" alt = "logo" class = "h-12" />
9
+ < img src = "/image.png" alt = "logo" class = "h-12" />
10
10
< h1 class = "text-white text-2xl md:text-3xl font-bold" > Flora</ h1 >
11
11
</ div >
12
12
< p class = "text-white z-[10] self-start text-left text-lg md:text-xl leading-8 mt-6 mb-3" >
You can’t perform that action at this time.
0 commit comments