summaryrefslogtreecommitdiff
path: root/public/src/home.tsx
blob: eb7a6743b8c12404777ef55ba4efcd7eb68eee55 (plain)
1
2
3
4
5
6
7
8
9
10
11
import $ from "jquery";
import * as JSX from "./jsx";
import { Page } from "./components";

export default function Home() {
  return <Page>
    <div class="page-title">
      <h3 style="font-family: JPN24; width: max-content" class="gradient">NETWORKHEAVEN</h3>
    </div>
  </Page>;
}