update frontend
This commit is contained in:
parent
af7262868c
commit
1144e87358
22
index.html
22
index.html
|
|
@ -1,22 +1,17 @@
|
||||||
<!doctype html>
|
|
||||||
<html lang="en">
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="theme-color" content="#0ea5e9" />
|
|
||||||
<meta name="description" content="SocioWire - Wired to life. Discover local news, events, market deals and friends on the map." />
|
|
||||||
|
|
||||||
<!-- Favicon -->
|
<!-- PWA + Favicon -->
|
||||||
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/icons/apple-touch-icon.png" />
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/icons/apple-touch-icon.png" />
|
||||||
|
<meta name="theme-color" content="#0ea5e9" />
|
||||||
|
|
||||||
<!-- PWA Manifest -->
|
<!-- Description + Open Graph (Facebook/Twitter/WhatsApp) -->
|
||||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
<meta name="description" content="SocioWire - Wired to life. Local news, events, market deals & friends on map." />
|
||||||
|
|
||||||
<!-- Open Graph (Facebook, LinkedIn) -->
|
|
||||||
<meta property="og:title" content="SocioWire.com - Wired to life" />
|
<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: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:image" content="%PUBLIC_URL%/icons/og-image.png" />
|
||||||
|
|
@ -32,13 +27,8 @@
|
||||||
<!-- Titre -->
|
<!-- Titre -->
|
||||||
<title>SocioWire.com - Wired to life</title>
|
<title>SocioWire.com - Wired to life</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
|
||||||
<div id="root"></div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
<script type="module" src="/src/main.jsx"></script>
|
<script type="module" src="/src/main.jsx"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Reference in New Issue