diff options
Diffstat (limited to 'public/src/home.tsx')
| -rw-r--r-- | public/src/home.tsx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/src/home.tsx b/public/src/home.tsx new file mode 100644 index 0000000..eb7a674 --- /dev/null +++ b/public/src/home.tsx @@ -0,0 +1,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>; +} |
