1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mopidy_ynh.git synced 2024-09-03 19:46:21 +02:00

Ajouter index.html

This commit is contained in:
magikcypress 2017-03-07 19:43:18 +01:00
parent b488395bb3
commit e1acfd3287

23
conf/index.html Normal file
View file

@ -0,0 +1,23 @@
<!DOCTYPE HTML>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width initial-scale=1" />
<meta name="robots" content="noindex,nofollow" />
<title>Mopidy - __DOMAINNAME__</title>
</head>
<body data-country="fr" data-language="fr">
<div class="wrapper">
<header role="banner">
<h1>Mopidy - __DOMAINNAME__</h1>
</header>
<main role="main">
<section>
<div class="container">
Musicbox Webclient is <a href="https://__DOMAINNAME__:6680/musicbox_webclient" title="Musicbox Webclient">here</a>
</div>
</section>
</main>
</div>
</body>
</html>