From 8bf3b01218ada9ab335e78ab45d8f5947e9e2f44 Mon Sep 17 00:00:00 2001 From: CommanderStrax Date: Wed, 23 Dec 2015 17:36:16 -0600 Subject: [PATCH] Made admin dir/ js+css dirs --- web/admin/index.html | 6 ++++++ web/{ => css}/style.css | 0 web/index.html | 4 ++-- web/{ => js}/ascript.js | 0 4 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 web/admin/index.html rename web/{ => css}/style.css (100%) rename web/{ => js}/ascript.js (100%) diff --git a/web/admin/index.html b/web/admin/index.html new file mode 100644 index 0000000..53a7f24 --- /dev/null +++ b/web/admin/index.html @@ -0,0 +1,6 @@ + + + + + + diff --git a/web/style.css b/web/css/style.css similarity index 100% rename from web/style.css rename to web/css/style.css diff --git a/web/index.html b/web/index.html index 5cad8e4..357f80c 100644 --- a/web/index.html +++ b/web/index.html @@ -1,9 +1,9 @@ EasyCTF 2016 - + - + Angular.js Status: Failed! diff --git a/web/ascript.js b/web/js/ascript.js similarity index 100% rename from web/ascript.js rename to web/js/ascript.js