master: change repo
This commit is contained in:
45
public/index.html
Normal file
45
public/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user