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

Side by Side Diff: appengine/monorail/templates/sitewide/moved-page.ezt

Issue 1868553004: Open Source Monorail (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 4 years, 8 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 [include "../framework/master-header.ezt" "hidetabs"]
2
3 <h3>Project has moved</h3>
4
5 <h4>What happened?</h4>
6
7 <p>Project "[project_name]" has moved to another location on the Internet.</p>
8
9 <div style="margin:2em" class="help">
10 <b style="margin:0.5em">Your options:</b>
11
12 <ul>
13 [if-any moved_to_url]
14 <li>View the project at:
15 <a href="[moved_to_url]">[moved_to_url]</a></li>
16 [end]
17 <li><a href="http://www.google.com/search?q=[project_name]">Search the web</a >
18 for pages about "[project_name]".
19 </li>
20
21 </ul>
22 </div>
23
24 [include "../framework/master-footer.ezt"]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698