From dd72bf5ab657af89d45ee629e8432d9b860a2351 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sun, 30 May 2021 18:26:18 -0700 Subject: cool Former-commit-id: 7dc3ee4c893a476cee1e78c19f154f33a9d824a9 --- src/api/demo/pages/index.tsx | 69 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 src/api/demo/pages/index.tsx (limited to 'src/api/demo/pages/index.tsx') diff --git a/src/api/demo/pages/index.tsx b/src/api/demo/pages/index.tsx new file mode 100644 index 000000000..9523fbc8b --- /dev/null +++ b/src/api/demo/pages/index.tsx @@ -0,0 +1,69 @@ +import Head from "next/head"; +import Image from "next/image"; +import styles from "../styles/Home.module.css"; +// import "../lib/api.ts"; +export default function Home() { + return ( +
+ + Create Next App + + + + +
+

+ Welcome to Next.js! +

+ +

+ Get started by editing{" "} + pages/index.js +

+ +
+ +

Documentation →

+

Find in-depth information about Next.js features and API.

+
+ + +

Learn →

+

Learn about Next.js in an interactive course with quizzes!

+
+ + +

Examples →

+

Discover and deploy boilerplate example Next.js projects.

+
+ + +

Deploy →

+

+ Instantly deploy your Next.js site to a public URL with Vercel. +

+
+
+
+ + +
+ ); +} -- cgit v1.2.3