From 2b0ffe6ae10f6bc16a08c001708d6a03bfe7ced9 Mon Sep 17 00:00:00 2001 From: LDA Date: Wed, 26 Jun 2024 05:53:46 +0200 Subject: [PATCH] [ADD/META] Add website --- src/Routes/Root.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Routes/Root.c b/src/Routes/Root.c index 51407e3..98e8745 100644 --- a/src/Routes/Root.c +++ b/src/Routes/Root.c @@ -26,6 +26,13 @@ RouteHead(RouteRoot, arr, argp) StreamPrintf(args->stream, " with the bridge, with the "); StreamPrintf(args->stream, " generated YAML file."); StreamPrintf(args->stream, "

"); + StreamPrintf(args->stream, "

"); + StreamPrintf(args->stream, " More information available at "); + StreamPrintf(args->stream, " stream, " >the actual page."); + StreamPrintf(args->stream, "

"); + StreamPrintf(args->stream, " "); StreamPrintf(args->stream, " "); StreamPrintf(args->stream, "");