| 1234567891011121314151617181920212223242526272829303132 | 
							- <!DOCTYPE html>
 
- <html lang="en">
 
- <head>
 
-     <meta charset="UTF-8">
 
-     <link rel="icon" href="/favicon.png">
 
-     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 
-     <meta property="og:image:height" content="200">
 
-     <meta property="og:image:width" content="300">
 
-     <meta property="og:image" content="http://static.hw.bix360.com/Twitter_bitflower.png">
 
-     <meta name="twitter:card" content="summary_large_image">
 
-     <meta name="twitter:image" content="http://static.hw.bix360.com/Twitter_bitflower.png">
 
-     <meta name="keywords" content="Web3,zkS,zkSync,Transactions,lnteraction">
 
-     <title>Bitflower</title>
 
-     <!-- Google tag (gtag.js) -->
 
-     <script async src="https://www.googletagmanager.com/gtag/js?id=G-CG3QTL7PXK"></script>
 
-     <script>
 
-         window.dataLayer = window.dataLayer || [];
 
-         function gtag(){dataLayer.push(arguments);}
 
-         gtag('js', new Date());
 
-         gtag('config', 'G-CG3QTL7PXK');
 
-     </script>
 
- </head>
 
- <body>
 
- <div id="app"></div>
 
- <script type="module" src="/src/main.ts"></script>
 
- </body>
 
- </html>
 
 
  |