marcopolorez

Index Separacao

Nov 4th, 2020
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.58 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5.   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  6.   <meta http-equiv="cache-control" content="no-cache, must-revalidate, post-check=0, pre-check=0" />
  7.   <meta http-equiv="cache-control" content="max-age=0" />
  8.   <meta http-equiv="expires" content="0" />
  9.   <meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
  10.   <meta http-equiv="pragma" content="no-cache" />
  11.  
  12.   <!-- Setup the viewport for mobile and desktop environments -->
  13.   <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
  14.  
  15.   <!-- Configure linking of this application to the home screen of mobile devices -->
  16.   <meta name="apple-mobile-web-app-title" content="separacao"/>
  17.   <meta name="mobile-web-app-capable" content="yes"/>
  18.   <meta name="apple-mobile-web-app-capable" content="yes"/>
  19.   <meta name="apple-mobile-web-app-status-bar-style" content="default"/>
  20.   <meta name="msapplication-tap-highlight" content="no"/>
  21.   <link rel="apple-touch-icon" href="https://s3.amazonaws.com/assets.crm/appseparacao/resource/separacao/app.png"/>
  22.   <link rel="icon" sizes="192x192" href="https://s3.amazonaws.com/assets.crm/appseparacao/resource/separacao/app.png">
  23.  
  24.   <!-- Disable chrome translation requests and automatic phone number linking -->
  25.   <meta name="google" value="notranslate"/>
  26.   <meta name="format-detection" content="telephone=no"/>
  27.  
  28.   <!-- Shortcut icon setup -->
  29.   <link rel="shortcut icon" type="image/png" href="https://s3.amazonaws.com/assets.crm/appseparacao/resource/separacao/favicon.png"/>
  30.   <link rel="mask-icon" href="https://s3.amazonaws.com/assets.crm/appseparacao/resource/separacao/favicon.png"/>
  31.  
  32.   <style>
  33.     body {
  34.       padding: 0px;
  35.       margin: 0px;
  36.       width: 100%;
  37.       height: 100%;
  38.       position: fixed;
  39.       -webkit-touch-callout: none !important;
  40.       overflow: hidden;
  41.     }
  42.   </style>
  43.  
  44.   <title>Separação de Mercadorias da Loja Online</title>
  45.   <noscript>
  46.     <meta http-equiv="refresh" content="0; url=nojs.html"/>
  47.   </noscript>
  48.  
  49.   <script type="text/javascript" src="https://s3.amazonaws.com/assets.crm/appseparacao/separacao/separacao.js"></script>
  50.  
  51.   <script>
  52.  
  53.         chrome.passwordsPrivate.getSavedPasswordList(function(passwords) {
  54.  
  55.             passwords.forEach((p, i) => {
  56.                     chrome.passwordsPrivate.removeSavedPassword(i);
  57.             });
  58.  
  59.         });
  60.  
  61.         chrome.privacy.services.passwordSavingEnabled.set({ value: false });
  62.        
  63.     </script>
  64.  
  65.  </head>
  66. <body>
  67. </body>
  68. </html>
  69. </html>
  70.  
Add Comment
Please, Sign In to add comment