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:
parent
b488395bb3
commit
e1acfd3287
1 changed files with 23 additions and 0 deletions
23
conf/index.html
Normal file
23
conf/index.html
Normal 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>
|
Loading…
Add table
Reference in a new issue