diff --git a/js/rendering/canvas_render.js b/LICENSE similarity index 100% rename from js/rendering/canvas_render.js rename to LICENSE diff --git a/css/animation.css b/css/animation.css index e69de29..e4b078d 100644 --- a/css/animation.css +++ b/css/animation.css @@ -0,0 +1 @@ +/* Copyright © 2023 Entreprise SkamKraft */ \ No newline at end of file diff --git a/css/style.css b/css/style.css index 0541d5f..4dcf64c 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,5 @@ +/* Copyright © 2023 Entreprise SkamKraft */ + :root { --main-back-color: rgb(143, 143, 143); --second-back-color: black; diff --git a/css/ui.css b/css/ui.css index 5c0c6b4..c0c70f5 100644 --- a/css/ui.css +++ b/css/ui.css @@ -1,3 +1,5 @@ +/* Copyright © 2023 Entreprise SkamKraft */ + .modal-disable::backdrop { background-color: rgba(0, 0, 0, 0.493); } \ No newline at end of file diff --git a/html/template.html b/html/template.html index 959f521..62edad4 100644 --- a/html/template.html +++ b/html/template.html @@ -1,3 +1,4 @@ +