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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/404.html

Issue 10834130: Extensions Docs Server: Doc conversion script - SVN (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
Property Changes:
Added: svn:mime-type
+ text/html
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 {{+partials.header_head}}
5 <link href="{{static}}/css/index.css" rel="stylesheet" type="text/css">
6 <title>404 Not Found - Google Chrome Extensions</title>
7 </head>
8 <body>
9 {{+partials.header_body}}
10 <div id="gc-container">
11 <div id="gc-pagecontent">
12 <h1 class="page_title">404 - Not Found</h1>
13 <p>No API or URL found with that name.</p>
14 </div>
15 </div>
16 </body>
17 {{+partials.footer}}
18 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698