Files
2024-12-16 20:55:04 -05:00

33 lines
1.8 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>🌈 Azalea's Colorful SlitherLink Puzzle 🌈</title>
<meta name="title" content="🌈 Azalea's Colorful SlitherLink Puzzle 🌈" />
<meta name="description" content="🎨 Challenge your brain, create vibrant loops, and bring logic to life with numbers and colors. Play, solve, and share your creations now! 🐈" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://slither.hydev.org/" />
<meta property="og:title" content="🌈 Azalea's Colorful SlitherLink Puzzle 🌈" />
<meta property="og:description" content="🎨 Challenge your brain, create vibrant loops, and bring logic to life with numbers and colors. Play, solve, and share your creations now! 🐈" />
<meta property="og:image" content="https://slither.hydev.org/meta2.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://slither.hydev.org/" />
<meta property="twitter:title" content="🌈 Azalea's Colorful SlitherLink Puzzle 🌈" />
<meta property="twitter:description" content="🎨 Challenge your brain, create vibrant loops, and bring logic to life with numbers and colors. Play, solve, and share your creations now! 🐈" />
<meta property="twitter:image" content="https://slither.hydev.org/meta2.png" />
<!-- Meta Tags Generated with https://metatags.io -->
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>