30 lines
1.3 KiB
HTML
30 lines
1.3 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>SocioWire</title>
|
|
<!-- PWA -->
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
<meta name="theme-color" content="#0ea5e9" />
|
|
<meta name="description" content="SocioWire - Wired to life. Local news, events, market deals & friends on map." />
|
|
<!-- Open Graph pour partage Facebook/Twitter -->
|
|
<meta property="og:title" content="SocioWire.com" />
|
|
<meta property="og:description" content="Wired to life. Discover local news, events, market deals and friends on the map." />
|
|
<meta property="og:image" content="%PUBLIC_URL%/icons/social-share.jpg" />
|
|
<meta property="og:url" content="https://sociowire.com" />
|
|
<meta property="og:type" content="website" />
|
|
<!-- Twitter Card -->
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="SocioWire.com" />
|
|
<meta name="twitter:description" content="Wired to life. Local news, events, market deals & friends on map." />
|
|
<meta name="twitter:image" content="%PUBLIC_URL%/icons/social-share.jpg" />
|
|
<!-- Apple touch icon -->
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/icons/icon-192x192.png" />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
</html>
|