diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/404.html b/404.html new file mode 100644 index 0000000000000000000000000000000000000000..5705bebe58dcd40b5bfcff2ed888d20b72d7c5ec --- /dev/null +++ b/404.html @@ -0,0 +1,4 @@ +--- +permalink: /404.html +--- + diff --git a/CNAME b/CNAME new file mode 100644 index 0000000000000000000000000000000000000000..4fe5e205e2d0376c6ef4e536e9b51bd009c753f0 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +llthw.apachecn.org \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000000000000000000000000000000000000..df4e94e1525add65911fe026ce9bf71f89dbfceb --- /dev/null +++ b/index.html @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + +
now loading...
+ + + + + + + + \ No newline at end of file diff --git a/update.sh b/update.sh new file mode 100644 index 0000000000000000000000000000000000000000..f76166c4e1c6f64161b010c866bc8e4231e17b18 --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +git add -A +git commit -am "$(date "+%Y-%m-%d %H:%M:%S")" +git push \ No newline at end of file