diff --git a/web/about.html b/web/about.html new file mode 100644 index 0000000..1946531 --- /dev/null +++ b/web/about.html @@ -0,0 +1,9 @@ + + + + About + + +

EasyCTF is Fun!

+ + diff --git a/web/index.html b/web/index.html index 267de2e..5cad8e4 100644 --- a/web/index.html +++ b/web/index.html @@ -1,10 +1,17 @@ EasyCTF 2016 + -

Angular.js Status: Failed!

+ Angular.js Status: Failed! + diff --git a/web/login.html b/web/login.html new file mode 100644 index 0000000..174117f --- /dev/null +++ b/web/login.html @@ -0,0 +1,9 @@ + + + + Login + + +

Please Login to EasyCTF

+ + diff --git a/web/register.html b/web/register.html new file mode 100644 index 0000000..116aa22 --- /dev/null +++ b/web/register.html @@ -0,0 +1,9 @@ + + + + Register + + +

Please Register for EasyCTF

+ + diff --git a/web/style.css b/web/style.css new file mode 100644 index 0000000..2b150d5 --- /dev/null +++ b/web/style.css @@ -0,0 +1,4 @@ +marquee { + background-color: black; + color:white; +}