diff --git a/README.md b/README.md
index f8b71fc6..ee81baff 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-

+
PageTop
diff --git a/pagetop/build.rs b/pagetop/build.rs
index 1450422c..85e02e02 100644
--- a/pagetop/build.rs
+++ b/pagetop/build.rs
@@ -1,7 +1,7 @@
use pagetop_build::StaticFilesBundle;
fn main() -> std::io::Result<()> {
- StaticFilesBundle::from_dir("../static", None)
+ StaticFilesBundle::from_dir("./static", None)
.with_name("assets")
.build()
}
diff --git a/pagetop/src/lib.rs b/pagetop/src/lib.rs
index 0f1db2e0..120f1a49 100644
--- a/pagetop/src/lib.rs
+++ b/pagetop/src/lib.rs
@@ -1,6 +1,6 @@
//!
//!
-//!

+//!

//!
//!
PageTop
//!
diff --git a/static/favicon.ico b/pagetop/static/favicon.ico
similarity index 100%
rename from static/favicon.ico
rename to pagetop/static/favicon.ico
diff --git a/static/banner.png b/tools/banner.png
similarity index 100%
rename from static/banner.png
rename to tools/banner.png