Commit 64d6804e by jay

.

1 parent e170119c
Showing 178 changed files with 12 additions and 9 deletions
import Head from 'next/head' import Head from "next/head";
import Image from 'next/image' import Image from "next/image";
// import '../../public/banner/abu-faqs-d.png'
export default function Home() { export default function Home() {
return ( return (
<> <>
...@@ -10,11 +10,14 @@ export default function Home() { ...@@ -10,11 +10,14 @@ export default function Home() {
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />
</Head> </Head>
<div> <div>
<h1> <h1>Hello world
Hello World </h1>
</h1> <span className="">
</div>
</span>
<Image width='3000px' height='600px' src="/banner/abu-faqs-d.png"></Image>
</div>
</> </>
) );
} }
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!