frontend/index.html
2025-08-03 02:37:57 +02:00

46 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#0066CC" />
<meta
name="description"
content="Xpeditis - Plateforme SaaS pour le transport maritime international. Devis instantané, suivi en temps réel, gestion des expéditions. Simplifiez votre logistique maritime."
/>
<meta
name="keywords"
content="transport maritime, logistique, SaaS, expédition, fret maritime, devis transport, suivi cargaison, commerce international, Xpeditis"
/>
<meta name="author" content="Xpeditis" />
<!-- Open Graph pour un meilleur affichage sur les réseaux sociaux -->
<meta property="og:title" content="Xpeditis - Plateforme Maritime SaaS" />
<meta property="og:description" content="Révolutionnez votre transport maritime avec notre plateforme SaaS. Devis instantané, suivi en temps réel et gestion simplifiée." />
<meta property="og:image" content="/vite.svg" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.xpeditis.com" />
<link rel="apple-touch-icon" href="/vite.svg" />
<link rel="manifest" href="/manifest.json" />
<title>Xpeditis - Plateforme Maritime SaaS | Transport & Logistique</title>
</head>
<body>
<noscript>Vous devez activer JavaScript pour utiliser cette application.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>