This commit is contained in:
udo
2021-10-29 03:50:46 +00:00
parent 3f531aa48e
commit e630d10ad1
21 changed files with 335 additions and 37 deletions
+20
View File
@@ -0,0 +1,20 @@
RENDER()
{
<html>
<link rel="stylesheet" href='style.css?v=1'></link>
<h1>
<a href="index.uce">UCE Test</a>:
Index
</h1>
<ul>
<li><a href="hello.uce">Hello</a></li>
<li><a href="post.uce">Form Post</a></li>
<li><a href="post-multipart.uce">Form Multipart Post</a></li>
</ul>
<pre><?= var_dump(context->params) ?></pre>
</html>
}