Sauvegarde vers le serveur
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Soundboard A5L</title>
|
||||
<script src="auth.js"></script>
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta name="theme-color" content="#00f2ff">
|
||||
@@ -17,18 +16,18 @@
|
||||
<header>
|
||||
<div style="display: flex; gap: 10px; align-items: center;">
|
||||
<button class="stop-all" onclick="stopAll()">🛑 STOP ALL</button>
|
||||
<span id="app-version" style="color: #555; font-size: 0.8rem; margin-left: 10px;"><a href="readme.md">1.214</a></span>
|
||||
<span id="app-version" style="color: #555; font-size: 0.8rem; margin-left: 10px;">
|
||||
1.230
|
||||
</span>
|
||||
|
||||
<button id="installBtn" style="display:none; ...">📥 INSTALLER</button>
|
||||
|
||||
<button id="installBtn" style="display:none;">📲 INSTALLER</button>
|
||||
|
||||
<div id="auth-zone">
|
||||
<button id="loginBtn" onclick="login()" style="background:var(--accent); color:black;">SE CONNECTER</button>
|
||||
<div id="userProfile" style="display:none;">
|
||||
<span id="userName"></span>
|
||||
<button onclick="logout()" style="background:none; color:var(--danger); border:1px solid">DÉCONNEXION</button>
|
||||
</div>
|
||||
<a href="profile.php" style="color:var(--accent); text-decoration:none; font-weight:bold; display: flex; align-items:center; gap:5px;">
|
||||
<span>👤</span>
|
||||
<span>MON PROFIL</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<button onclick="toggleEditMode()" id="toggleBtn">MODE ÉDITION</button>
|
||||
</header>
|
||||
|
||||
Reference in New Issue
Block a user