summaryrefslogtreecommitdiff
path: root/web/src/blog.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/blog.tsx')
-rw-r--r--web/src/blog.tsx10
1 files changed, 10 insertions, 0 deletions
diff --git a/web/src/blog.tsx b/web/src/blog.tsx
new file mode 100644
index 0000000..9d86657
--- /dev/null
+++ b/web/src/blog.tsx
@@ -0,0 +1,10 @@
+import $ from "jquery";
+import * as JSX from "./jsx";
+import { Page } from "./components";
+import { AsciiArt } from "./ascii-art";
+
+export default function Blog() {
+ return <Page>
+ work in progress (:
+ </Page>
+}