mirror of
https://github.com/Xevion/rdap.git
synced 2025-12-09 04:08:16 -06:00
Commit blank index page
This commit is contained in:
11
src/pages/index.tsx
Normal file
11
src/pages/index.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import {NextPage} from "next";
|
||||
|
||||
const Index: NextPage = () => {
|
||||
return <main className="flex bg-black items-center justify-center w-screen h-screen">
|
||||
<div className="w-screen text-white text-center">
|
||||
This project is a work-in-progress. Check back soon.
|
||||
</div>
|
||||
</main>
|
||||
}
|
||||
|
||||
export default Index;
|
||||
Reference in New Issue
Block a user