upgraded install ui

This commit is contained in:
Saifeddine ALOUI
2024-01-01 00:56:35 +01:00
parent af5c60d56c
commit d8fb2d6ff7
18 changed files with 2463 additions and 4 deletions

View File

@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>