diff options
-rw-r--r-- | src/main/resources/templates/blaupload.vm | 10 | ||||
-rw-r--r-- | src/main/resources/templates/gitlab.vm | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/src/main/resources/templates/blaupload.vm b/src/main/resources/templates/blaupload.vm new file mode 100644 index 0000000..a39cf9a --- /dev/null +++ b/src/main/resources/templates/blaupload.vm @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head lang="en"> + <meta charset="UTF-8"> + <title></title> +</head> +<body> + $result +</body> +</html>
\ No newline at end of file diff --git a/src/main/resources/templates/gitlab.vm b/src/main/resources/templates/gitlab.vm index e3529fc..a39cf9a 100644 --- a/src/main/resources/templates/gitlab.vm +++ b/src/main/resources/templates/gitlab.vm @@ -5,6 +5,6 @@ <title></title> </head> <body> - $body + $result </body> </html>
\ No newline at end of file |