-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
29 lines (29 loc) · 1.46 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Projo</title>
<meta name="identifier-url" content="https://projo.cauctus.net/" />
<meta name="title" content="Projo" />
<meta name="description" content="L’application de gestion des scores pour le théâtre d'improvisation" />
<meta name="abstract" content="L’application de gestion des scores pour le théâtre d'improvisation" />
<meta name="keywords" content="impro, projecteur, score, improvisation, theatre, improv, scoring, teams, equipes" />
<meta name="author" content="Corentin Thomasset" />
<meta name="language" content="fr" />
<meta name="robots" content="All" />
<meta property="og:title" content="Projo" />
<meta property="og:site_name" content="Projo" />
<meta property="og:url" content="https://projo.cauctus.net" />
<meta property="og:description" content="L’application de gestion des scores pour le théâtre d'improvisation" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/social.png" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>