diff --git a/.inscode b/.inscode
index fc90fcf343d827601679bd6a163e84ee4f4edfbb..21ff30fc6a084f0868c8b21e32f572a349a737c9 100644
--- a/.inscode
+++ b/.inscode
@@ -1,4 +1,4 @@
-run = "cowsay 欢迎来到 InsCode"
+run = "index.html"
[nix]
-channel = "stable-22_11"
+channel = "stable-21_11"
diff --git a/index.html b/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..55006191f008615f078d51470c869fc88f08406d
--- /dev/null
+++ b/index.html
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+ InsCode
+
+
+ 欢迎来到 InsCode
+
+
+
\ No newline at end of file
diff --git a/inscode.nix b/inscode.nix
index 2a5879a58618e489038072b8c86903e4384a77b8..b374c19aa59602a86a3d77f48f0e5d8705ac7bf8 100644
--- a/inscode.nix
+++ b/inscode.nix
@@ -1,5 +1,5 @@
{ pkgs }: {
- deps = [
- pkgs.cowsay
+ deps = [
+
];
-}
+}
\ No newline at end of file
diff --git a/script.js b/script.js
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
diff --git a/style.css b/style.css
new file mode 100644
index 0000000000000000000000000000000000000000..d0653c94f4f2d878b5d771bdbd743a628fe9d9bc
--- /dev/null
+++ b/style.css
@@ -0,0 +1,5 @@
+html, body {
+ height: 100%;
+ width: 100%;
+ }
+
\ No newline at end of file