terminado generador de pngs desde issues de redmine

This commit is contained in:
2025-10-31 10:57:18 -03:00
commit 11c0abdf0b
18 changed files with 1474 additions and 0 deletions

13
index.html Normal file
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>redmine-api-administracion</title>
</head>
<body data-bs-theme="dark">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>