47 lines
1.4 KiB
HTML
47 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr" class="has-navbar-fixed-top">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta
|
|
name="keywords"
|
|
content="budget en vacances, budget aventure, collocation, budgets entre amis, budgets partagés"
|
|
/>
|
|
<meta
|
|
name="description"
|
|
content="application pour réaliser des balances équitables de vos budgets entre amis lors de vos colocations, vacances, séjours, voyages, etc"
|
|
/>
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
|
|
<meta
|
|
name="twitter:card"
|
|
content="Vaquant | application pour réaliser des balances équitables de vos budgets entre amis"
|
|
/>
|
|
<title>Vaquant</title>
|
|
<link rel="canonical" href="https://vaquant.space" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width,initial-scale=1.0, maximum-scale=5.0"
|
|
/>
|
|
<meta
|
|
name="description"
|
|
content="Manage your budget with friends and family"
|
|
/>
|
|
<meta
|
|
name="keywords"
|
|
content="budget,friends,family,vacation,holidays,shopping"
|
|
/>
|
|
<script src="https://js.stripe.com/v3/"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>
|
|
<strong
|
|
>We're sorry but vaquant doesn't work properly without JavaScript
|
|
enabled. Please enable it to continue.</strong
|
|
>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|