diff options
author | justanothercatgirl <sotov@twistea.su> | 2025-04-01 21:37:43 +0300 |
---|---|---|
committer | justanothercatgirl <sotov@twistea.su> | 2025-04-02 20:35:37 +0300 |
commit | 0eedaa2a2e5fc58789b268fdfc1b05e63dabc36b (patch) | |
tree | c11560a50274c209cb513eb9d00845280e0bb923 /template/args.html.ste | |
parent | 08403b616f9dad83cb1204eec83ba1252e3eb129 (diff) |
Integrated STE into html generation & cleaned up code
Diffstat (limited to 'template/args.html.ste')
-rw-r--r-- | template/args.html.ste | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/template/args.html.ste b/template/args.html.ste new file mode 100644 index 0000000..965c06b --- /dev/null +++ b/template/args.html.ste @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + </head> + <body> + <h3> List of arguments </h3> + <ol> + %MHD_get_connection_values(connection, MHD_GET_ARGUMENT_KIND, &arg_builder, &resp);% + </ol> + </body> +</html> |