diff --git a/404.html b/404.html index 8d7925a..23c689c 100644 --- a/404.html +++ b/404.html @@ -1,60 +1,61 @@ Page Not Found

Page Not Found

Sorry, but the page you were trying to view does not exist.

diff --git a/css/app.css b/css/app.css new file mode 100644 index 0000000..6463320 --- /dev/null +++ b/css/app.css @@ -0,0 +1,26 @@ +@charset "utf-8"; + +/* ------------------------------------------------------------- + Launch Nasqueron + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + Author: Dereckson + Filename: app.css + Version: 1.0 + Licence: Creative Commons BY 3.0, BSD-2-Clause + ------------------------------------------------------------- */ + +/* ------------------------------------------------------------- + Table of contents + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + :: Main styles + +*/ + +/* ------------------------------------------------------------- + Main styles + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */ + +body { + background-color: #44484D; +} diff --git a/index.html b/index.html index 7b92fc3..f61c653 100644 --- a/index.html +++ b/index.html @@ -1,30 +1,31 @@ +

Hello world! This is HTML5 Boilerplate.