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..ff42dd60791ddff4561be4922835c492e8a3ffb8 |
| --- /dev/null |
| +++ b/go/src/infra/tricium/service/templates/base.html |
| @@ -0,0 +1,16 @@ |
| +<!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"> |
| +<form action="/analyze" method="post"> |
| + <div><input type="submit" value="Dummy Analysis Request"></div> |
|
Sergiy Byelozyorov
2016/07/06 08:46:34
Do you want this button on each page or only on th
emso
2016/07/06 09:05:16
Thanks! As it's mostly for testing at this stage I
|
| +</form> |
| +</body> |