From eb13e4daf7c40fba7c4e8817729966e8f6269cca Mon Sep 17 00:00:00 2001 From: Pin Lin Date: Sun, 11 Mar 2018 21:41:55 +0800 Subject: [PATCH] rename css file --- index.html | 2 +- index.css => style.css | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename index.css => style.css (100%) diff --git a/index.html b/index.html index 36f2d51..727c459 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ 我們就是企業家! - + diff --git a/index.css b/style.css similarity index 100% rename from index.css rename to style.css