mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 18:35:11 +00:00
[ADD/META] Add website
This commit is contained in:
parent
bc3e5ab83a
commit
2b0ffe6ae1
1 changed files with 7 additions and 0 deletions
|
|
@ -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>");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue