Advertisement
lesharb

index.html

Feb 3rd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.97 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.   <link rel="shortcut icon" type="image/x-icon" href="../images/favicon.ico">
  10.  
  11.   <!--VERP-72-->
  12.   <title>Verizon – DSMS-DM – Admin Portal</title>
  13.  
  14.   <script type="text/javascript" language="javascript" src="DeviceManager/DeviceManager.nocache.js"></script>
  15. </head>
  16.  
  17. <body style="background: rgb(235, 238, 240);">
  18.  
  19. <!--[if lt IE 9]>
  20. <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade
  21.  your browser</a> to improve your experience.</p>
  22. <![endif]-->
  23.  
  24. <noscript>
  25.   <p>
  26.     Your web browser must have JavaScript enabled in order for this application to display
  27.     correctly.
  28.   </p>
  29. </noscript>
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement