From 003dac913d919168543a8e618ea6b8f06c94ff3b Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 4 Mar 2017 23:49:21 +0800 Subject: CSS should not be executable. --- README.md | 2 ++ common.css | 0 2 files changed, 2 insertions(+) mode change 100755 => 100644 common.css diff --git a/README.md b/README.md index 4ca9a7a..fda3ded 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,5 @@ A fancy minesweeper in your browser with a "multimine" mode Try it live [here](https://chrisoft.org/minesweeper/). The code is pretty ugly as _I don't know JS_. Feel free to improve it. + +Required sound resources are not included in the repo. diff --git a/common.css b/common.css old mode 100755 new mode 100644 -- cgit v1.2.3