Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <!-- Copyright 2016 The LUCI Authors. All rights reserved. | |
| 3 Use of this source code is governed under the Apache License, Version 2.0 | |
| 4 that can be found in the LICENSE file. --> | |
| 5 <html> | |
| 6 <head> | |
| 7 <meta http-equiv="Content-type" content="text/html; charset=UTF-8"> | |
| 8 <title>Machine Provider</title> | |
| 9 <link rel="stylesheet" href="/static/style.css" type="text/css" /> | |
| 10 </head> | |
| 11 <body> | |
| 12 <div style="float: right"> | |
| 13 <a href="{{signin_link|safe}}">{{nickname}}</a> | |
| 14 </div> | |
| 15 <h1>Machine Provider</h1> | |
| 16 {% block content %} | |
| 17 {% endblock %} | |
| 18 </body> | |
| 19 </html> | |
| OLD | NEW |