34 lines
1.3 KiB
HTML
34 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" />
|
|
|
|
<!-- Favicon -->
|
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/icons/apple-touch-icon.png" />
|
|
|
|
<!-- PWA Manifest -->
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
|
|
<!-- Meta pour partage (logo + titre + description) -->
|
|
<meta property="og:title" content="SocioWire.com - Wired to life" />
|
|
<meta property="og:description" content="Local news, events, market deals & friends on the map." />
|
|
<meta property="og:image" content="%PUBLIC_URL%/icons/og-image.png" />
|
|
<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 - Wired to life" />
|
|
<meta name="twitter:description" content="Local news, events, market deals & friends on the map." />
|
|
<meta name="twitter:image" content="%PUBLIC_URL%/icons/og-image.png" />
|
|
|
|
<!-- Titre de la page -->
|
|
<title>SocioWire.com - Wired to life</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
// <script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
</html> |