-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (26 loc) · 1.92 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="theme-color" content="#f50db4" media="(max-width: 768px)">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Explore Monadice NFT Marketplace and Roll Dice Game. Play, trade NFTs, and climb the leaderboard. Powered by Solidity, React, and Monad Testnet." />
<meta name="keywords" content="Monadice, NFT Marketplace, Roll Dice Game, Blockchain, Web3, Ethereum, React, Solidity, Crypto Gaming" />
<meta name="author" content="Monadice Team" />
<meta property="og:title" content="Monadice - Play & Earn" />
<meta property="og:description" content="Join the Monadice gaming revolution! Roll dice, earn NFTs, and compete on the leaderboard in a Web3-powered blockchain game." />
<meta property="og:image" content="https://cdn.prod.website-files.com/667c57e6f9254a4b6d914440/667d7104644c621965495f6e_LogoMark.svg" />
<meta property="og:url" content="https://monadice.vercel.app/" />
<meta name="twitter:card" content="https://cdn.prod.website-files.com/667c57e6f9254a4b6d914440/667d7104644c621965495f6e_LogoMark.svg" />
<meta name="twitter:title" content="Monadice - Play & Earn" />
<meta name="twitter:description" content="Explore Monadice NFT Marketplace and Roll Dice Game. Play, trade NFTs, and climb the leaderboard. Powered by Solidity, React, and Monad Testnet." />
<meta name="twitter:image" content="https://cdn.prod.website-files.com/667c57e6f9254a4b6d914440/667d7104644c621965495f6e_LogoMark.svg" />
<link rel="icon" type="image/svg+xml" href="https://cdn.prod.website-files.com/667c57e6f9254a4b6d914440/667d7104644c621965495f6e_LogoMark.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Monadice - Play & Earn</title>
</head>
<body>
<div id="root" ></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>