diff options
author | Jinwei Zhao <[email protected]> | 2015-08-23 16:36:34 +0900 |
---|---|---|
committer | Jinwei Zhao <[email protected]> | 2015-08-23 16:36:34 +0900 |
commit | 6da400a0bcad7cbefc03d568ffe9e4d56aa0769f (patch) | |
tree | 031542d4ac4db7cfbf7b22372d6bf4b8c996a981 | |
download | ring0.xyz-6da400a0bcad7cbefc03d568ffe9e4d56aa0769f.tar.gz |
init
-rw-r--r-- | index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..afcdfc7 --- /dev/null +++ b/index.html | |||
@@ -0,0 +1,9 @@ | |||
1 | <html> | ||
2 | <head> | ||
3 | <title>My GitCafe Pages</title> | ||
4 | </head> | ||
5 | |||
6 | <body> | ||
7 | <h1>Hello World!</h1> | ||
8 | </body> | ||
9 | </html> | ||