Get further on reference

This commit is contained in:
2025-10-15 22:50:20 -05:00
parent 85377966b5
commit 96d08bab34
12 changed files with 1089 additions and 24 deletions

View File

@@ -22,7 +22,7 @@ func Pages.Echo(text)
pages,
<if(text != null)>
<true>
<p>{text}</p>
<plink(text)>
</true>
<false>
<p>No text available</p>

View File

@@ -14,7 +14,7 @@ func main(args)
}
else if(ctx.Path == "/about")
{
ctx.WithMimeType("text/html").SendText(Pages.Index());
ctx.WithMimeType("text/html").SendText(Pages.About());
return true;
}
else if(ctx.Path == "/echo")