diff --git a/AquaTop/.gitignore b/AquaNet/.gitignore
similarity index 100%
rename from AquaTop/.gitignore
rename to AquaNet/.gitignore
diff --git a/AquaTop/README.md b/AquaNet/README.md
similarity index 100%
rename from AquaTop/README.md
rename to AquaNet/README.md
diff --git a/AquaTop/index.html b/AquaNet/index.html
similarity index 92%
rename from AquaTop/index.html
rename to AquaNet/index.html
index 9e9a728d..01232d96 100644
--- a/AquaTop/index.html
+++ b/AquaNet/index.html
@@ -4,7 +4,7 @@
-
AquaTop
+ AquaNet
diff --git a/AquaTop/package.json b/AquaNet/package.json
similarity index 89%
rename from AquaTop/package.json
rename to AquaNet/package.json
index 96828810..6df1cfb3 100644
--- a/AquaTop/package.json
+++ b/AquaNet/package.json
@@ -1,5 +1,5 @@
{
- "name": "aquatop",
+ "name": "aqua-net",
"private": true,
"version": "0.0.0",
"type": "module",
@@ -15,6 +15,7 @@
"sass": "^1.70.0",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
+ "svelte-routing": "^2.11.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.0.8"
diff --git a/AquaTop/public/.gitkeep b/AquaNet/public/.gitkeep
similarity index 100%
rename from AquaTop/public/.gitkeep
rename to AquaNet/public/.gitkeep
diff --git a/AquaNet/src/App.svelte b/AquaNet/src/App.svelte
new file mode 100644
index 00000000..3a52e500
--- /dev/null
+++ b/AquaNet/src/App.svelte
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
diff --git a/AquaTop/src/app.sass b/AquaNet/src/app.sass
similarity index 100%
rename from AquaTop/src/app.sass
rename to AquaNet/src/app.sass
diff --git a/AquaNet/src/libs/config.ts b/AquaNet/src/libs/config.ts
new file mode 100644
index 00000000..de33cde4
--- /dev/null
+++ b/AquaNet/src/libs/config.ts
@@ -0,0 +1,5 @@
+
+const aqua_host = "https://aquadx.hydev.org"
+const data_host = "https://aqua-data.hydev.org"
+
+export { aqua_host, data_host }
diff --git a/AquaNet/src/libs/maimai.ts b/AquaNet/src/libs/maimai.ts
new file mode 100644
index 00000000..e69de29b
diff --git a/AquaTop/src/main.ts b/AquaNet/src/main.ts
similarity index 100%
rename from AquaTop/src/main.ts
rename to AquaNet/src/main.ts
diff --git a/AquaNet/src/pages/Home.svelte b/AquaNet/src/pages/Home.svelte
new file mode 100644
index 00000000..e38ef163
--- /dev/null
+++ b/AquaNet/src/pages/Home.svelte
@@ -0,0 +1,3 @@
+
+ owo
+
\ No newline at end of file
diff --git a/AquaTop/src/vite-env.d.ts b/AquaNet/src/vite-env.d.ts
similarity index 100%
rename from AquaTop/src/vite-env.d.ts
rename to AquaNet/src/vite-env.d.ts
diff --git a/AquaTop/svelte.config.js b/AquaNet/svelte.config.js
similarity index 100%
rename from AquaTop/svelte.config.js
rename to AquaNet/svelte.config.js
diff --git a/AquaTop/tsconfig.json b/AquaNet/tsconfig.json
similarity index 100%
rename from AquaTop/tsconfig.json
rename to AquaNet/tsconfig.json
diff --git a/AquaTop/tsconfig.node.json b/AquaNet/tsconfig.node.json
similarity index 100%
rename from AquaTop/tsconfig.node.json
rename to AquaNet/tsconfig.node.json
diff --git a/AquaTop/vite.config.ts b/AquaNet/vite.config.ts
similarity index 100%
rename from AquaTop/vite.config.ts
rename to AquaNet/vite.config.ts
diff --git a/AquaTop/yarn.lock b/AquaNet/yarn.lock
similarity index 97%
rename from AquaTop/yarn.lock
rename to AquaNet/yarn.lock
index 6e7b1043..e2480592 100644
--- a/AquaTop/yarn.lock
+++ b/AquaNet/yarn.lock
@@ -820,6 +820,11 @@ svelte-preprocess@^5.1.0:
sorcery "^0.11.0"
strip-indent "^3.0.0"
+svelte-routing@^2.11.0:
+ version "2.11.0"
+ resolved "https://registry.yarnpkg.com/svelte-routing/-/svelte-routing-2.11.0.tgz#0fddfbd329c4217bb79c864cd9c84e60264c0839"
+ integrity sha512-oNJz2A8g5ZqBDuxUWMJLpU9XXGZ40Fz5uRvrGlpENs5C2QWK5m7YKiGINssN9yI/22f9wi4F5oTTkDaTyryolw==
+
svelte@^4.2.8:
version "4.2.10"
resolved "https://registry.yarnpkg.com/svelte/-/svelte-4.2.10.tgz#3bef8d79ca75eb53cc4d03f9fac1546e60393f77"
diff --git a/AquaTop/src/App.svelte b/AquaTop/src/App.svelte
deleted file mode 100644
index bf6af074..00000000
--- a/AquaTop/src/App.svelte
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
- Vite + Svelte
-
-
- Check out SvelteKit, the official Svelte app framework powered by Vite!
-
-
-
- Click on the Vite and Svelte logos to learn more
-
-
-
-