From 8b32204a4e5c4754c1601112ed211e8184e9864b Mon Sep 17 00:00:00 2001 From: Redume Date: Sat, 14 Sep 2024 18:58:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=81=D1=82=D1=80=D1=83=D0=BA=D1=82=D1=83=D1=80=D0=B0=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- banner.png => assest/banner.png | Bin 404.html => src/web/html/error/404.html | 4 ++-- index.html => src/web/html/index.html | 14 +++++++------- wallpaper.html => src/web/html/wallpaper.html | 0 {static => src/web/static}/css/404.css | 0 {static => src/web/static}/css/main.css | 0 {static => src/web/static}/css/wallpaper.css | 0 {static => src/web/static}/image/devices.png | Bin {static => src/web/static}/image/favicon.png | Bin .../web/static}/image/get-it-on-github.png | Bin {static => src/web/static}/image/get-it-on-gp.png | Bin .../web/static}/script/wallpaperLoad.js | 0 13 files changed, 10 insertions(+), 10 deletions(-) rename banner.png => assest/banner.png (100%) rename 404.html => src/web/html/error/404.html (86%) rename index.html => src/web/html/index.html (75%) rename wallpaper.html => src/web/html/wallpaper.html (100%) rename {static => src/web/static}/css/404.css (100%) rename {static => src/web/static}/css/main.css (100%) rename {static => src/web/static}/css/wallpaper.css (100%) rename {static => src/web/static}/image/devices.png (100%) rename {static => src/web/static}/image/favicon.png (100%) rename {static => src/web/static}/image/get-it-on-github.png (100%) rename {static => src/web/static}/image/get-it-on-gp.png (100%) rename {static => src/web/static}/script/wallpaperLoad.js (100%) 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