summaryrefslogtreecommitdiff
path: root/web/src/header.tsx
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2025-11-11 08:11:24 +0100
committernavewindre <boneyaard@gmail.com>2025-11-11 08:11:24 +0100
commitf5e29189f70c5c8532916504a1a22f8c586f6e73 (patch)
tree9bf42144e608260527766e128268b380231ed95b /web/src/header.tsx
parent6442494822d12c23cdd609031c4039d3309b64f6 (diff)
new web
Diffstat (limited to 'web/src/header.tsx')
-rw-r--r--web/src/header.tsx10
1 files changed, 10 insertions, 0 deletions
diff --git a/web/src/header.tsx b/web/src/header.tsx
new file mode 100644
index 0000000..94906c0
--- /dev/null
+++ b/web/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">
+ networkheaven.net
+ </div>
+ </div>
+}