master: change repo

This commit is contained in:
Julien Calixte
2019-08-22 11:50:32 +02:00
commit dbd63d341c
263 changed files with 26153 additions and 0 deletions

45
public/index.html Normal file
View File

@@ -0,0 +1,45 @@
<!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"
/>
</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>