Welcome Page

This commit is contained in:
2020-06-20 18:35:43 +02:00
parent 731ac84dca
commit fa827a0dd5
6 changed files with 28 additions and 14 deletions

View File

@@ -11,7 +11,6 @@ class Script extends StaticView {
const JQUERY = "/js/jquery.min.js";
const INSTALL = "/js/install.js";
const BOOTSTRAP = "/js/bootstrap.bundle.min.js";
const ADMINLTE = "/js/adminlte.min.js";
private string $type;
private string $content;