From d07dcb94f15d39b507619592c33b49ab4181f099 Mon Sep 17 00:00:00 2001 From: Alee Date: Mon, 25 Feb 2019 22:52:58 -0500 Subject: Added files --- index.html | 12 ++++++++++++ style.css | 7 +++++++ 2 files changed, 19 insertions(+) create mode 100644 index.html create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..4c4c7f7 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + + Platreum + + +

Hello World!

+ + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..c693bcc --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +body { + font-family: Arial, Helvetica, sans-serif; + padding: 0; + margin: 0; + background: #333; + color: white +} -- cgit v1.2.3