Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Side by Side Diff: go/src/infra/tricium/service/templates/base.html

Issue 2125603002: Adds initial Tricium service GAE configs (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Adds copyright comments and infra testing files Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <title>Tricium</title>
3 <style>
4 body {
5 font-family: sans-serif;
6 }
7 </style>
8 <body>
9 == T R I C I U M (Under Construction) ==
10 <hr size="1">
11 {{.Msg}}
12 <hr size="1">
13 {{if .ShowRequestForm}}
14 <form action="/analyze" method="post">
15 <div><input type="submit" value="Dummy Analysis Request"></div>
16 </form>
17 {{end}}
18 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698