diff options
| author | Joe Robinson <joe@lc8n.com> | 2015-12-10 17:48:03 +0000 |
|---|---|---|
| committer | Joe Robinson <joe@lc8n.com> | 2015-12-10 17:48:03 +0000 |
| commit | 89bf0102e1009b4184751776717dd183341d87ed (patch) | |
| tree | 5185ce39da94e1295fc7ed85fb76926cf32e7970 /src/main/resources/templates | |
| parent | e0a4ceb58b120d5f35faad077738a0dbb04552fa (diff) | |
Add basic gitlab controller for testing
Diffstat (limited to 'src/main/resources/templates')
| -rw-r--r-- | src/main/resources/templates/gitlab.vm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/resources/templates/gitlab.vm b/src/main/resources/templates/gitlab.vm new file mode 100644 index 0000000..e3529fc --- /dev/null +++ b/src/main/resources/templates/gitlab.vm @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head lang="en"> + <meta charset="UTF-8"> + <title></title> +</head> +<body> + $body +</body> +</html>
\ No newline at end of file |
