Rename app from Mémos to Todo
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user