[ADD/META] Add website

This commit is contained in:
LDA 2024-06-26 05:53:46 +02:00
commit 2b0ffe6ae1

View file

@ -26,6 +26,13 @@ RouteHead(RouteRoot, arr, argp)
StreamPrintf(args->stream, " with the bridge, with the "); StreamPrintf(args->stream, " with the bridge, with the ");
StreamPrintf(args->stream, " generated YAML file."); StreamPrintf(args->stream, " generated YAML file.");
StreamPrintf(args->stream, " </p>"); StreamPrintf(args->stream, " </p>");
StreamPrintf(args->stream, " <p>");
StreamPrintf(args->stream, " More information available at ");
StreamPrintf(args->stream, " <a href=");
StreamPrintf(args->stream, " \"https://kappach.at/parsee\"");
StreamPrintf(args->stream, " >the actual page</a>.");
StreamPrintf(args->stream, " </p>");
StreamPrintf(args->stream, " <img src=\"https://kappach.at/parsee.gif\" />");
StreamPrintf(args->stream, " </body>"); StreamPrintf(args->stream, " </body>");
StreamPrintf(args->stream, "</html>"); StreamPrintf(args->stream, "</html>");