Add initial implementation of Simple Gantt chart and sample names list

- Created index.html for the Gantt chart with sample tasks and configurations.
- Added styles for the Gantt chart and linked necessary CSS and JS files.
- Introduced a names.txt file containing a list of names for potential use in the application.
This commit is contained in:
2025-04-12 02:08:00 +02:00
parent ec48c84b4b
commit 9e3811cf7a
19 changed files with 5289 additions and 1864 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1460,4 +1460,11 @@ body>.top {
}
}
}
}
.bootstrap-datetimepicker-widget .picker-switch {
a {
display: block;
color: #000;
}
}