diff --git a/README.md b/README.md index 77581d9..3bb73ba 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Banner starlio

+

Banner starlio

> **Note** > Official website of the Starlio project diff --git a/banner.png b/assest/banner.png similarity index 100% rename from banner.png rename to assest/banner.png diff --git a/404.html b/src/web/html/error/404.html similarity index 86% rename from 404.html rename to src/web/html/error/404.html index 937d77e..4805b3e 100644 --- a/404.html +++ b/src/web/html/error/404.html @@ -3,13 +3,13 @@ Starlio - + - + Starlio - + @@ -13,12 +13,12 @@ - + - + @@ -28,10 +28,10 @@ - + -Devices +Devices

Starlio

@@ -42,10 +42,10 @@
diff --git a/wallpaper.html b/src/web/html/wallpaper.html similarity index 100% rename from wallpaper.html rename to src/web/html/wallpaper.html diff --git a/static/css/404.css b/src/web/static/css/404.css similarity index 100% rename from static/css/404.css rename to src/web/static/css/404.css diff --git a/static/css/main.css b/src/web/static/css/main.css similarity index 100% rename from static/css/main.css rename to src/web/static/css/main.css diff --git a/static/css/wallpaper.css b/src/web/static/css/wallpaper.css similarity index 100% rename from static/css/wallpaper.css rename to src/web/static/css/wallpaper.css diff --git a/static/image/devices.png b/src/web/static/image/devices.png similarity index 100% rename from static/image/devices.png rename to src/web/static/image/devices.png diff --git a/static/image/favicon.png b/src/web/static/image/favicon.png similarity index 100% rename from static/image/favicon.png rename to src/web/static/image/favicon.png diff --git a/static/image/get-it-on-github.png b/src/web/static/image/get-it-on-github.png similarity index 100% rename from static/image/get-it-on-github.png rename to src/web/static/image/get-it-on-github.png diff --git a/static/image/get-it-on-gp.png b/src/web/static/image/get-it-on-gp.png similarity index 100% rename from static/image/get-it-on-gp.png rename to src/web/static/image/get-it-on-gp.png diff --git a/static/script/wallpaperLoad.js b/src/web/static/script/wallpaperLoad.js similarity index 100% rename from static/script/wallpaperLoad.js rename to src/web/static/script/wallpaperLoad.js