diff options
author | Chris Xiong <chirs241097@gmail.com> | 2019-02-10 11:16:07 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2019-02-10 11:16:07 +0800 |
commit | 9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3 (patch) | |
tree | 339de0698c13e1763d3361d70fb1266621025c91 /libs/code | |
download | web-9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3.tar.xz |
Initial commit.
Diffstat (limited to 'libs/code')
-rwxr-xr-x | libs/code/index.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/libs/code/index.html b/libs/code/index.html new file mode 100755 index 0000000..a023fd1 --- /dev/null +++ b/libs/code/index.html @@ -0,0 +1,24 @@ +<html> +<head> +<title>Litter Rubbish Garbage Trash</title> +<link rel=stylesheet href='../../common.css' type='text/css'> +<style type="text/css"> +body +{ + background: #acf; + margin: 33px +} +pre, address +{ + font-family: Courier, monospace; +} +</style> +</head> +<body> +<font size="6"><div class="TText"><a href="../../">Chrisoft</a>::Code Library</div></font> +<p class="TText">Why are you here?<br/> +<a href="https://github.com/chirs241097">My github</a><br> +<a href="http://chrisoft.org/codeforces-rating-cmp/">CodeForces Rating Comparator</a> +</p> +</body> +</html> |