Rename app from Mémos to Todo

This commit is contained in:
2026-05-04 11:45:39 +02:00
parent 5f1b52d7d1
commit 4b3e9cf427
+2 -2
View File
@@ -3,13 +3,13 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mémos</title>
<title>Todo</title>
<link rel="stylesheet" href="/static/style.css" />
</head>
<body>
<div class="app">
<header>
<h1>📝 Mémos</h1>
<h1>✅ Todo</h1>
<div class="header-actions">
<button class="btn btn-ghost" id="btn-settings" title="Paramètres">⚙️</button>
</div>