first agenda

This commit is contained in:
root
2025-04-02 12:57:53 +02:00
parent 8394bf02f2
commit fe06e20c03
13 changed files with 1789 additions and 0 deletions

12
agenda/index.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mon Agenda Vue</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>