Advertisement
Guest User

IE10 Page Not Found Markup

a guest
Dec 12th, 2012
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.80 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3.  
  4.     <head>
  5.         <link rel="stylesheet" type="text/css" href="NewErrorPageTemplate.css" >
  6.  
  7.         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  8.         <title>This page can't be displayed</title>
  9.  
  10.         <script src="errorPageStrings.js" language="javascript" type="text/javascript">
  11.         </script>
  12.         <script src="httpErrorPagesScripts.js" language="javascript" type="text/javascript">
  13.         </script>
  14.     </head>
  15.  
  16.     <body onLoad="javascript:getInfo();">
  17.         <div id="contentContainer" class ="mainContent">
  18.             <div id="mainTitle" class="title">This page can't be displayed</div>
  19.             <div class="taskSection" id="taskSection">
  20.                 <ul id="cantDisplayTasks" class="tasks">
  21.                     <li id="task1-1">Make sure the web address <span id="webpage" class="webpageURL"></span>is correct.</li>
  22.                     <li id="task1-2">Look for the page with your search engine.</li>
  23.                     <li id="task1-3">Refresh the page in a few minutes.</li>
  24.                 </ul>
  25.                 <ul id="notConnectedTasks" class="tasks" style="display:none">
  26.                     <li id="task2-1">Check that all network cables are plugged in.</li>
  27.                     <li id="task2-2">Verify that airplane mode is turned off.</li>
  28.                     <li id="task2-3">Make sure your wireless switch is turned on.</li>
  29.                     <li id="task2-4">See if you can connect to mobile broadband.</li>
  30.                     <li id="task2-5">Restart your router.</li>
  31.                 </ul>
  32.             </div>
  33.             <div><button id="diagnose" class="diagnoseButton" onclick="javascript:diagnoseConnectionAndRefresh(); return false;">Fix connection problems</button></div>
  34.         </div>
  35.     </body>
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement