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

Unified Diff: chrome/common/extensions/docs/server2/templates/public/404.html

Issue 10834144: Extensions Docs Server: Split apps from extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
Index: chrome/common/extensions/docs/server2/templates/public/404.html
diff --git a/chrome/common/extensions/docs/server2/templates/public/404.html b/chrome/common/extensions/docs/server2/templates/public/404.html
deleted file mode 100644
index 05b4f0848458da948881e9b84406a6d45fc013b0..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/server2/templates/public/404.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- {{+partials.header_head}}
- <link href="{{static}}/css/index.css" rel="stylesheet" type="text/css">
- <title>404 Not Found - Google Chrome Extensions</title>
- </head>
- <body>
- {{+partials.header_body}}
- <div id="gc-container">
- <div id="gc-pagecontent">
- <h1 class="page_title">404 - Not Found</h1>
- <p>No API or URL found with that name.</p>
- </div>
- </div>
- </body>
- {{+partials.footer}}
-</html>

Powered by Google App Engine
This is Rietveld 408576698