Sync
This commit is contained in:
@@ -92,15 +92,12 @@
|
||||
<label for="slim">Slim (Alex)</label>
|
||||
</div>
|
||||
</fieldset>
|
||||
<button class="classic" onclick="system.call('skin::set')">
|
||||
<button class="classic" onclick="system.call('skin::set', { variant: temp1.querySelector('input:checked').value })">
|
||||
Choisir le fichier
|
||||
</button>
|
||||
<button class="classic" onclick="system.call('skin::validate')">
|
||||
Valider
|
||||
</button>
|
||||
</article>
|
||||
</details>
|
||||
<button class="nav" onclick="system.openInBrowser('https://catboat.fr')">
|
||||
<button class="nav" onclick="system.openInBrowser('https://nyancraft.catboat.fr/support')">
|
||||
<i class="fas fa-siren-on"></i>
|
||||
<span>
|
||||
Police
|
||||
@@ -119,6 +116,19 @@
|
||||
</span>
|
||||
</button>
|
||||
</nav>
|
||||
<section class="twitch">
|
||||
<webview src="https://player.twitch.tv/?channel=catboat&parent=localhost&muted=true" bo></webview>
|
||||
</section>
|
||||
<section class="players">
|
||||
<p class="players">
|
||||
<span>
|
||||
Joueurs :
|
||||
<span id="playersStatus">
|
||||
0/0
|
||||
</span>
|
||||
</span>
|
||||
</p>
|
||||
</section>
|
||||
<footer>
|
||||
<section class="left">
|
||||
<button class="default" onclick="showNavBar()">
|
||||
@@ -137,14 +147,6 @@
|
||||
</section>
|
||||
<section class="right">
|
||||
<img class="mascot" src="./assets/img/alcaz_mascote.png" alt="">
|
||||
<p class="players">
|
||||
<span>
|
||||
Joueurs :
|
||||
<span>
|
||||
0/0
|
||||
</span>
|
||||
</span>
|
||||
</p>
|
||||
</section>
|
||||
</footer>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user