Advertisement
lesharb

indexNoCache.html

Feb 3rd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.20 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4.   <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
  5.   <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.   <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  7.   <meta name="robots" content="noindex">
  8.  
  9.   <!--VERP-72-->
  10.   <title>Verizon – DSMS-DM – Admin Portal</title>
  11.  
  12.   <!-- Disable any cache -->
  13.   <meta http-equiv="cache-control" content="max-age=0"/>
  14.   <meta http-equiv="cache-control" content="no-cache"/>
  15.   <meta http-equiv="expires" content="0"/>
  16.   <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT"/>
  17.   <meta http-equiv="pragma" content="no-cache"/>
  18.   <script type="text/javascript" language="javascript" src="DeviceManager/DeviceManager.nocache.js"></script>
  19. </head>
  20.  
  21. <body style="background: rgb(235, 238, 240);">
  22.  
  23. <!--[if lt IE 9]>
  24. <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade
  25.  your browser</a> to improve your experience.</p>
  26. <![endif]-->
  27.  
  28. <noscript>
  29.   <p>
  30.     Your web browser must have JavaScript enabled in order for this application to display
  31.     correctly.
  32.   </p>
  33. </noscript>
  34. </body>
  35. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement