mirror of
https://onedev.site.tesses.net/crosslang/crosslangextras
synced 2026-02-09 01:25:46 +00:00
25 lines
682 B
Plaintext
25 lines
682 B
Plaintext
<?page() route="/" ?>
|
|
<?code
|
|
var pages = [
|
|
{
|
|
active = true,
|
|
route = "/",
|
|
text = "Home"
|
|
},
|
|
{
|
|
active = false,
|
|
route = "/downloads",
|
|
text = "Downloads"
|
|
}
|
|
];
|
|
?>
|
|
<?Shell?>
|
|
<?arg "Home" ?>
|
|
<?arg pages ?>
|
|
<?arg_component() ?>
|
|
<p>This is the website for my programming language</p>
|
|
<p>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.</p>
|
|
<?end?>
|
|
<?end?>
|
|
<?end?>
|