From abfe7d9e83f0d469c47fe30019af38f68551b144 Mon Sep 17 00:00:00 2001 From: 64104061f23fda247c679fa8 <64104061f23fda247c679fa8@devide> Date: Wed, 22 Mar 2023 02:04:13 +0000 Subject: [PATCH] UPDATE --- .inscode | 4 ++-- index.html | 14 ++++++++++++++ inscode.nix | 6 +++--- script.js | 0 style.css | 5 +++++ 5 files changed, 24 insertions(+), 5 deletions(-) create mode 100644 index.html create mode 100644 script.js create mode 100644 style.css diff --git a/.inscode b/.inscode index fc90fcf..21ff30f 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 0000000..5500619 --- /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 2a5879a..b374c19 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 0000000..e69de29 diff --git a/style.css b/style.css new file mode 100644 index 0000000..d0653c9 --- /dev/null +++ b/style.css @@ -0,0 +1,5 @@ +html, body { + height: 100%; + width: 100%; + } + \ No newline at end of file -- GitLab