| OLD | NEW |
| (Empty) |
| 1 <!DOCTYPE html> | |
| 2 <html i18n-values="dir:textdirection"> | |
| 3 <head> | |
| 4 <meta name="viewport" content="width=device-width"> | |
| 5 <meta charset="utf-8"> | |
| 6 <title i18n-content="blockPageTitle"></title> | |
| 7 <link rel="stylesheet" href="managed_mode_block_interstitial.css"> | |
| 8 <script src="../../../ui/webui/resources/js/cr.js"></script> | |
| 9 <script src="../../../ui/webui/resources/js/load_time_data.js"></script> | |
| 10 <script src="../../../ui/webui/resources/js/util.js"></script> | |
| 11 <script src="managed_mode_block_interstitial.js"></script> | |
| 12 </head> | |
| 13 | |
| 14 <body> | |
| 15 <div id="main-frame-blocked"> | |
| 16 <div id="box"> | |
| 17 <div id="content-top"> | |
| 18 <img id="error-img" class="error-img"> | |
| 19 <h1> | |
| 20 <div id="block-page-message" i18n-content="blockPageMessage"></div> | |
| 21 <div id="request-sent-message" i18n-content="requestSentMessage" hidden> | |
| 22 </div> | |
| 23 </h1> | |
| 24 | |
| 25 <button id="back-button" i18n-content="backButton"></button> | |
| 26 <button id="request-access-button" i18n-content="requestAccessButton"> | |
| 27 </button> | |
| 28 </div> | |
| 29 | |
| 30 </div> | |
| 31 </body> | |
| 32 </html> | |
| OLD | NEW |