diff options
| author | aura <nw@moneybot.cc> | 2026-02-19 19:57:10 +0100 |
|---|---|---|
| committer | aura <nw@moneybot.cc> | 2026-02-19 19:57:10 +0100 |
| commit | bedf43af45d97a10a6f62b4f1bb21cd66fda1d71 (patch) | |
| tree | 6501bb95977a574c188bef6a228ff7500b243f3a /public/src/header.tsx | |
| parent | b5fca421c8f5f0f8f26d1392ef48635196887fa3 (diff) | |
empty moneyjsx site
Diffstat (limited to 'public/src/header.tsx')
| -rw-r--r-- | public/src/header.tsx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/public/src/header.tsx b/public/src/header.tsx new file mode 100644 index 0000000..731241d --- /dev/null +++ b/public/src/header.tsx @@ -0,0 +1,10 @@ +import $ from 'jquery'; +import * as JSX from './jsx'; + +export function Header( props: any ) { + return <div class="border-wrapper" style="z-index: 1"> + <div class="header"> + forum.networkheaven.net + </div> + </div> +} |
