国外MOSE官网
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
980 B

2 weeks ago
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" type="image/svg+xml" href="/vite.svg" />
  6. <link href="/src/style.css" rel="stylesheet">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  8. <meta name="description" content="MOSE Blockchain - Next-generation blockchain platform for high performance, security, and scalability" />
  9. <meta name="keywords" content="blockchain, crypto, MOSE, DeFi, NFT, DAO" />
  10. <title>MOSE Blockchain</title>
  11. <!-- Google Fonts -->
  12. <link rel="preconnect" href="https://fonts.googleapis.com">
  13. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  14. <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@500;600;700;800&display=swap" rel="stylesheet">
  15. </head>
  16. <body class="bg-background">
  17. <div id="app"></div>
  18. <script type="module" src="/src/main.ts"></script>
  19. </body>
  20. </html>