From fb50a041f46b7c670f5f31c38a30be9162a3ea88 Mon Sep 17 00:00:00 2001 From: Menci Date: Fri, 25 Nov 2016 16:49:46 +0800 Subject: [PATCH] Add information about new UI --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43ae74f..1707fe1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # SYZOJ 2 An OnlineJudge System for OI. +The UI is powered by [Semantic UI](http://semantic-ui.com/). +Template designed & coded by @Menci and @Sengxian. + # Deploying There's currently *no* stable version of SYZOJ 2, but you can use the unstable version from git. @@ -29,4 +32,4 @@ To make a user be an admin, the only way is via database. # Judge There's no judger for SYZOJ 2 currently. But SYZOJ 2 has API compatibility with the old SYZOJ, so we can use its judger. -Please go to [syzoj-judge](https://github.com/syzoj/syzoj-judge). \ No newline at end of file +Please go to [syzoj-judge](https://github.com/syzoj/syzoj-judge).