| Index: chrome/common/extensions/docs/server2/templates/public/404.html
|
| ===================================================================
|
| --- chrome/common/extensions/docs/server2/templates/public/404.html (revision 0)
|
| +++ chrome/common/extensions/docs/server2/templates/public/404.html (revision 0)
|
| @@ -0,0 +1,18 @@
|
| +<!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>
|
|
|
| Property changes on: chrome/common/extensions/docs/server2/templates/public/404.html
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|