From fcaead85f562dbbc009cfd010bb1758b94ae98de Mon Sep 17 00:00:00 2001 From: liteng <930372551@qq.com> Date: Sun, 10 Jun 2018 13:57:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8=E4=BB=A3=E7=A0=81=E6=94=BE?= =?UTF-8?q?=E5=88=B0html=E9=A1=B5=E9=9D=A2=E4=B8=AD=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 8 ++++++-- js/index.js | 5 ----- 2 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 js/index.js diff --git a/index.html b/index.html index c4771b91..fa7c5f3a 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,6 @@ -
@@ -92,7 +91,12 @@ - + \ No newline at end of file diff --git a/js/index.js b/js/index.js deleted file mode 100644 index 216b14b2..00000000 --- a/js/index.js +++ /dev/null @@ -1,5 +0,0 @@ -var app = null; - -window.onload = function () { - app = new Shadow.Application(); -}; \ No newline at end of file