Chromium Code Reviews| Index: go/src/infra/tricium/service/templates/base.html |
| diff --git a/go/src/infra/tricium/service/templates/base.html b/go/src/infra/tricium/service/templates/base.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f88d5d5b13571704eb0ffc5e44bac243074ef214 |
| --- /dev/null |
| +++ b/go/src/infra/tricium/service/templates/base.html |
| @@ -0,0 +1,18 @@ |
| +<!DOCTYPE html> |
| +<title>Tricium</title> |
| +<style> |
| + body { |
| + font-family: sans-serif; |
| + } |
| +</style> |
| +<body> |
| +== T R I C I U M (Under Construction) == |
| +<hr size="1"> |
| +{{.Msg}} |
| +<hr size="1"> |
| +{{if .ShowRequestForm}} |
| +<form action="/analyze" method="post"> |
| + <div><input type="submit" value="Dummy Analysis Request"></div> |
| +</form> |
| +{{end}} |
| +</body> |