Skip to content

Instantly share code, notes, and snippets.

View gregorym's full-sized avatar
🏠
Working from home

Gregory Marcilhacy gregorym

🏠
Working from home
View GitHub Profile
import Head from "next/head";
import NavButton from "../components/NavButton";
export default function Home() {
const buttonCls = `border-4 border-black rounded-xl text-white px-4 py-2`;
return (
<div>
<Head>
<title>Funbots</title>
<meta name="description" content="Funbots NFT Collection" />
{
"routes": {
"user.me": {
"path": "user.me",
"routeType": "query",
"input": null,
"output": null
},
"user.create": {
"path": "user.create",