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

Side by Side Diff: appengine/machine_provider/templates/base.html

Issue 2196623004: Add basic Machine Provider UI (Closed) Base URL: https://github.com/luci/luci-py.git@master
Patch Set: Fix Created 4 years, 4 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 <!-- 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>
OLDNEW
« no previous file with comments | « appengine/machine_provider/static/style.css ('k') | appengine/machine_provider/templates/catalog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698