From 011eda51e161663f2861e78e10e1ee99c17be1a3 Mon Sep 17 00:00:00 2001 From: CommanderStrax Date: Wed, 23 Dec 2015 17:03:33 -0600 Subject: [PATCH] Added basic naviagation --- web/about.html | 9 +++++++++ web/index.html | 9 ++++++++- web/login.html | 9 +++++++++ web/register.html | 9 +++++++++ web/style.css | 4 ++++ 5 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 web/about.html create mode 100644 web/login.html create mode 100644 web/register.html create mode 100644 web/style.css 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; +}