+ {path.MakeAbsolute().ToString()}
1 John 4:4: You, dear children, are from God and have overcome them, because the one who is in you is greater than the one who is in the world.
);
}
\ No newline at end of file
diff --git a/src/program.tcross b/src/program.tcross
index 671f65f..1030547 100644
--- a/src/program.tcross
+++ b/src/program.tcross
@@ -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")