[groq] Add meta tags for SEO and social sharing (#74) #76
19
index.html
19
index.html
@@ -1,3 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Timmy's Nexus</title>
|
||||
<meta name="description" content="A sovereign 3D world">
|
||||
<meta property="og:title" content="Timmy's Nexus">
|
||||
<meta property="og:description" content="A sovereign 3D world">
|
||||
<meta property="og:image" content="https://example.com/og-image.png">
|
||||
<meta property="og:type" content="website">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Timmy's Nexus">
|
||||
<meta name="twitter:description" content="A sovereign 3D world">
|
||||
<meta name="twitter:image" content="https://example.com/og-image.png">
|
||||
</head>
|
||||
<body>
|
||||
<!-- ... existing content ... -->
|
||||
|
||||
<!-- Top Right: Audio Toggle -->
|
||||
@@ -9,3 +26,5 @@
|
||||
</div>
|
||||
|
||||
<!-- ... existing content ... -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user