| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 {{+partials.header_head}} | 4 {{+partials.header_head}} |
| 5 <link href="{{static}}/css/index.css" rel="stylesheet" type="text/css"> | 5 <link href="{{static}}/css/index.css" rel="stylesheet" type="text/css"> |
| 6 <title>404 Not Found - Google Chrome Extensions</title> | 6 <title>404 Not Found - Google Chrome Extensions</title> |
| 7 </head> | 7 </head> |
| 8 <body> | 8 <body> |
| 9 {{+partials.header_body}} | 9 {{+partials.header_body}} |
| 10 <div id="gc-container"> | 10 <div id="gc-container"> |
| 11 <div id="gc-pagecontent"> | 11 <div id="gc-pagecontent"> |
| 12 <h1 class="page_title">404 - Not Found</h1> | 12 <h1 class="page_title">404 - Not Found</h1> |
| 13 <p>No API or URL found with that name.</p> | 13 <p>No API or URL found with that name.</p> |
| 14 </div> | 14 </div> |
| 15 </div> | 15 </div> |
| 16 </body> | 16 </body> |
| 17 {{+partials.footer}} | 17 {{+partials.footer}} |
| 18 </html> | 18 </html> |
| OLD | NEW |