sw-fe/index.html

56 lines
3.0 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<!-- ===== SOCIOWIRE SEO + META ===== -->
<title>SocioWire — Wired to Life</title>
<meta name="description" content="SocioWire — the real-time world feed." />
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32.png" />
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#0ea5e9" />
<meta property="og:title" content="SocioWire — Wired to Life" />
<meta property="og:description" content="Live posts from around the world on a real-time map." />
<meta property="og:image" content="/icons/og-image.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://sociowire.com" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="SocioWire — Wired to Life" />
<meta name="twitter:image" content="/icons/og-image.png" />
<!-- ===== END SOCIOWIRE META ===== -->
<!-- ===== SOCIOWIRE SEO + SHARE + ICONS ===== -->
<title>SocioWire — Wired to Life</title>
<meta name="title" content="SocioWire — Wired to Life" />
<meta name="application-name" content="SocioWire" />
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32.png" />
<link rel="icon" type="image/png" sizes="48x48" href="/icons/favicon-48.png" />
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#0ea5e9" />
<meta name="description" content="SocioWire — The real-time world feed. Live posts, geolocated events, discover everything happening right now." />
<meta property="og:title" content="SocioWire — Wired to Life" />
<meta property="og:description" content="Live posts from the world. Real-time events, map-based stories, and instant geolocated content." />
<meta property="og:image" content="/icons/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://sociowire.com" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="SocioWire — Wired to Life" />
<meta name="twitter:description" content="Share what you see. Discover what others are living — in real time." />
<meta name="twitter:image" content="/icons/og-image.png" />
<!-- ===== END META ===== -->
<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" />
<title>sociowire-frontend</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>