Compare commits
No commits in common. "7fc0d44067b44cfbbfeee8db1d4bd99558494c99" and "96b7eba5c98f933ecc7333f14b09cf0a26f4ea0a" have entirely different histories.
7fc0d44067
...
96b7eba5c9
|
@ -1 +0,0 @@
|
|||
bin
|
|
@ -17,12 +17,13 @@ func Pages.Index()
|
|||
text = "About"
|
||||
}
|
||||
];
|
||||
var path = .;
|
||||
return Components.Shell("Main Page",pages,<section>
|
||||
<form action="./echo" method="GET">
|
||||
<input type="text" name="text" placeholder="Text to echo">
|
||||
<input type="submit" value="Echo it">
|
||||
</form>
|
||||
<p>This is a website</p>
|
||||
<p>{path.MakeAbsolute().ToString()}</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>
|
||||
</section>);
|
||||
}
|
Loading…
Reference in New Issue