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..79959fc0860887965d4e3be4213f95a4a081d735 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +webhack101.apachecn.org \ No newline at end of file diff --git a/README.md b/README.md index dd24568973cfa10ddb53d16aa5835d6594333215..c61893917e43dc19d2b6aff1a5bfcf52f25eb045 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 译者:[飞龙](https://github.com/wizardforcel) -+ [在线阅读](https://www.gitbook.com/book/wizardforcel/web-hacking-101/details) ++ [在线阅读](https://webhack101.apachecn.org) + [PDF格式](https://www.gitbook.com/download/pdf/book/wizardforcel/web-hacking-101) + [EPUB格式](https://www.gitbook.com/download/epub/book/wizardforcel/web-hacking-101) + [MOBI格式](https://www.gitbook.com/download/mobi/book/wizardforcel/web-hacking-101) diff --git a/index.html b/index.html new file mode 100644 index 0000000000000000000000000000000000000000..1de7c1eb5ebe02585db77bd1321f1dae149f981c --- /dev/null +++ b/index.html @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + +
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