feat(frontend): add new page docs
This commit is contained in:
parent
8c451433e7
commit
78b70aba14
19
frontend/src/app/docs/page.tsx
Normal file
19
frontend/src/app/docs/page.tsx
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
// import Image from "next/image";
|
||||||
|
import styles from "../page.module.css";
|
||||||
|
|
||||||
|
export default function Docs() {
|
||||||
|
return;
|
||||||
|
<div className={styles.page}>
|
||||||
|
<main className={styles.main}>
|
||||||
|
<img
|
||||||
|
className={styles.logo}
|
||||||
|
src={`/img/warcraft-icon-22.png`}
|
||||||
|
alt="Sim-Free Logo"
|
||||||
|
width={150}
|
||||||
|
height={150}
|
||||||
|
// priority
|
||||||
|
/>
|
||||||
|
<p>Test</p>
|
||||||
|
</main>
|
||||||
|
</div>;
|
||||||
|
}
|
@ -14,8 +14,8 @@ const geistMono = localFont({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "SimC-Free",
|
title: "SimC-Free - Optimize Your WoW Characters",
|
||||||
description: "Generated by create next app",
|
description: "Optimize Your WoW Characters",
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
@ -62,7 +62,7 @@ export function SimCurrentGear() {
|
|||||||
Run Sim
|
Run Sim
|
||||||
</button>
|
</button>
|
||||||
<a
|
<a
|
||||||
href="https://nextjs.org/docs?utm_source=create-next-app&utm_medium=appdir-template&utm_campaign=create-next-app"
|
href="/docs"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className={styles.secondary}
|
className={styles.secondary}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user