|
|
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <link rel="icon" type="image/png" href="/public/LOGO.png" />
- <link href="/src/style.css" rel="stylesheet">
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="description" content="MOSE Blockchain - Next-generation blockchain platform for high performance, security, and scalability" />
- <meta name="keywords" content="blockchain, crypto, MOSE, DeFi, NFT, DAO" />
- <title>MOSE Blockchain</title>
- <!-- Google Fonts -->
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <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">
- </head>
- <body class="bg-background">
- <div id="app"></div>
- <script type="module" src="/src/main.ts"></script>
- </body>
- </html>
|