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 /labselectionround2017/index.html | |
download | web-9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3.tar.xz |
Initial commit.
Diffstat (limited to 'labselectionround2017/index.html')
-rw-r--r-- | labselectionround2017/index.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/labselectionround2017/index.html b/labselectionround2017/index.html new file mode 100644 index 0000000..4318adb --- /dev/null +++ b/labselectionround2017/index.html @@ -0,0 +1,29 @@ +<!DOCTYPE html> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<title>2016 SDU ACMLab Selection Round</title> +<link rel="stylesheet" href="../common.css" type="text/css"></link> +</head> + +<body> +<table border="0" style="width:66%;margin:auto;"> + <tr> + <td class="CTitle" style="font-size:2em;"> + 2017 ACMLab Selection Round @ SDU & chrisoft.org + </td> + </tr> + <tr class="TText"><td><br> + <h3>Warmup Round</h3> + <a href="http://acm.sdu.edu.cn/contest/32">Official contest link</a><br> + </td></tr> + <tr class="TText"><td><br> + <h3>Selection Round</h3> + <a href="ranklist.html">Rank list</a><br> + </td></tr> + <tr> + <td class="TText"><div align="center">Copyright Chrisoft 2016 <a href="../about.html">About</a> Site Map</div></td> + </tr> +</table> +</body> +</html> |