Advertisement
A_GUES

What name tool

Jul 14th, 2023
1,367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--[if lt IE 9 ]> <html class="ie8"> <![endif]-->
  3. <!--[if IE 9 ]> <html class="ie9"> <![endif]-->
  4. <!--[if (gt IE 9)|!(IE)]><!--> <html> <!--<![endif]-->
  5.     <head>
  6.        
  7.         <!-- Google Tag Manager -->
  8.         <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  9.             new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  10.             j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  11.             'https://www.googletagmanager.com/gtm.js?id='+i+dl+'';
  12.             f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-NBMRDKQ');
  13.         </script>
  14.         <!-- End Google Tag Manager -->
  15.        
  16.  
  17.         <meta charset="UTF-8" />
  18.  
  19.         <meta http-equiv="x-ua-compatible" content="ie=edge">
  20.         <meta name="viewport" content="width=device-width, initial-scale=1">
  21.  
  22.         <!-- Prevent mobile Safari from making phone numbers -->
  23.         <meta name="format-detection" content="telephone=no">
  24.  
  25.        
  26.  
  27.         <!-- Favicon & CSS normalize -->
  28.         <link rel="shortcut icon" href="https://scratch.mit.edu/favicon.ico" />
  29.         <link rel="stylesheet" href="https://scratch.mit.edu/css/lib/normalize.min.css" />
  30.         <link rel="stylesheet" href="https://scratch.mit.edu/common.css" />
  31.         <link rel="stylesheet" href="https://scratch.mit.edu/projects.css" />
  32.  
  33.         <!-- Polyfills -->
  34.         <script src="https://scratch.mit.edu/js/polyfill.min.js"></script>
  35.     </head>
  36.  
  37.     <body>
  38.        
  39.         <!-- Google Tag Manager (noscript) -->
  40.         <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NBMRDKQ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  41.         <!-- End Google Tag Manager (noscript) -->
  42.        
  43.         <noscript>
  44.             <p>Your browser has Javascript disabled. Please go to your browser preferences and enable Javascript in order to use Scratch.</p>
  45.         </noscript>
  46.         <div id="app"></div>
  47.  
  48.         <!-- Vendor & Initialize (Session & Localization)-->
  49.         <script src="https://scratch.mit.edu/js/common.bundle.js"></script>
  50.  
  51.         <!-- Scripts -->
  52.         <script src="https://scratch.mit.edu/js/projects.intl.js"></script>
  53.         <script src="https://scratch.mit.edu/js/projects.bundle.js"></script>
  54.  
  55.         <!-- Translate title element -->
  56.        
  57.     </body>
  58. </html>
  59.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement