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>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<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="apple-touch-icon" href="%PUBLIC_URL%/icons/apple-touch-icon.png" />
|
||||
<meta name="theme-color" content="#0ea5e9" />
|
||||
|
||||
<!-- PWA Manifest -->
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
|
||||
<!-- Open Graph (Facebook, LinkedIn) -->
|
||||
<!-- Description + Open Graph (Facebook/Twitter/WhatsApp) -->
|
||||
<meta name="description" content="SocioWire - Wired to life. Local news, events, market deals & friends on map." />
|
||||
<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" />
|
||||
|
|
@ -32,13 +27,8 @@
|
|||
<!-- Titre -->
|
||||
<title>SocioWire.com - Wired to life</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.jsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Loading…
Reference in New Issue