Initial commit - Projet Managerr
This commit is contained in:
commit
848a79a04e
36 changed files with 3850 additions and 0 deletions
18
frontend/public/index.html
Normal file
18
frontend/public/index.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||
<title>Managerr - Gestion de films et séries</title>
|
||||
<meta name="description" content="Application de gestion de films et séries intégrant Sonarr et Radarr">
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>Nous sommes désolés, mais Managerr nécessite JavaScript pour fonctionner. Veuillez l'activer pour continuer.</strong>
|
||||
</noscript>
|
||||
<div id="app"></div>
|
||||
<!-- construit avec webpack -->
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue