feature: background and basic project structure

This commit is contained in:
Alikia2x 2024-03-24 15:10:11 +08:00
parent d123b9cd95
commit df63ae4f4e
8 changed files with 9 additions and 2 deletions

View File

@ -1,7 +1,7 @@
"use client";
import { RecoilRoot} from "recoil";
import Homepage from "./components";
import { RecoilRoot } from "recoil";
import Homepage from "../components";
export default function Home() {
return (

View File

@ -0,0 +1,7 @@
export default function Search() {
return (
<>
<input id="searchBox" type="text" />
</>
);
}

BIN
public/background/1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 MiB

BIN
public/background/5.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 MiB

BIN
public/background/7.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 MiB