diff options
Diffstat (limited to 'wwwroot/index.html')
-rw-r--r-- | wwwroot/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/wwwroot/index.html b/wwwroot/index.html new file mode 100644 index 0000000..002ea72 --- /dev/null +++ b/wwwroot/index.html @@ -0,0 +1,8 @@ +<html><body> +<p> +<b>blabla</b> +Test fn....: <b>{{ test_fn }}</b><br> +Test RetFN.: <b>{{ test_return_true }}</b><br> +Blog Render: <b>{{ blah }}</b><br> +</p> +</body></html> |