Разработано веб-приложение

This commit is contained in:
2024-07-28 19:52:17 +03:00
commit 994e2af166
16 changed files with 1926 additions and 0 deletions

4
static/scripts/main.js Normal file
View File

@ -0,0 +1,4 @@
document.addEventListener('DOMContentLoaded', () => {
window.application = new Application();
application.open(Application.DEFAULT_FRAGMENT);
});

1174
static/scripts/vendor.js Normal file

File diff suppressed because it is too large Load Diff