diff --git a/src/Header.tsx b/src/Header.tsx index c41cd27..517b070 100644 --- a/src/Header.tsx +++ b/src/Header.tsx @@ -5,6 +5,8 @@ export const Header: FC = () => { / /accounts + + /selfhosted ; }; diff --git a/src/Selfhosted.tsx b/src/Selfhosted.tsx new file mode 100644 index 0000000..4f2a58b --- /dev/null +++ b/src/Selfhosted.tsx @@ -0,0 +1,26 @@ +import type { FC } from 'hono/jsx'; +import Header from './Header'; +import Footer from './Footer'; + +export const Selfhosted: FC = () => { + return ( + <> +
+
+

Self hosted services

+
+ I self host some services, some of them are open for registration, for the other ones, you can always ask for access. + + +
+ +
+