Edward Jung | 115c104 | 2020-06-30 13:34:21 | [diff] [blame] | 1 | #Network error interstitial resources |
| 2 | |
| 3 | This directory contains the HTML template and resources displayed in the case of |
| 4 | network errors received when fetching the root document or iframes. These error |
| 5 | pages can be previewed by following the links listed to chrome://network-errors. |
| 6 | |
| 7 | The same template is used across all desktop and mobile platforms and for main |
| 8 | frames and iframes. |
| 9 | |
| 10 | This also includes the scripts and images for the offline dino game. |
| 11 | |
| 12 | --- |
| 13 | See also: |
| 14 | - [components/neterror/](components/neterror/) for the code that utilises this template |
| 15 | - [components/security_interstitials/core/common/resources/](components/security_interstitials/core/common/resources/) for commons CSS and JS files with security interstitials |
| 16 | |