From 8ee3db36fb745068501f97b36b128f85626683db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20B=C3=A4rtschi?= Date: Sun, 23 Feb 2025 12:55:34 +0100 Subject: [PATCH] add robots.txt and selfhosted page --- src/Header.tsx | 2 ++ src/Selfhosted.tsx | 26 ++++++++++++++++++++++++++ src/index.tsx | 13 +++++++++++++ static/style.css | 6 +++++- 4 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 src/Selfhosted.tsx 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. + + +
+ +
+