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

Unified Diff: chromium-committers/templates/index.html

Issue 25515004: Add chromium-committers appengine app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromium-committers/static/favicon.ico ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromium-committers/templates/index.html
===================================================================
--- chromium-committers/templates/index.html (revision 0)
+++ chromium-committers/templates/index.html (revision 0)
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+ <body>
+ <font style="font-family:Arial,Verdana,sans-serif;color:rgb(68,68,68)">
+ <h1 style="font-weight:bold">Chromium Committers</h1>
+
+ <p style="color:rgb(255,0,0);font-weight:bold">
+ CONFIDENTIAL
+ </p>
+
+ <p style="color:rgb(255,0,0);font-weight:bold">
+ Access to the Chromium Committers list is restricted to committers only.
+ <a href={{ login_url }}>Log in.</a>
+ </p>
+
+ <p>
+ Please follow the link below to continue to the list.<br>
+ <ul>
+ <li><a href="/chromium">Chromium Committers</a>
+ </ul>
+ </p>
+ </font>
+ </body>
+</html>
« no previous file with comments | « chromium-committers/static/favicon.ico ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698