From c0afbbf2ed2f63cc72c8b56946cd1713ae916ce8 Mon Sep 17 00:00:00 2001 From: nicdob Date: Mon, 5 Oct 2020 12:01:00 +0200 Subject: remove top dir --- index.html | 17 +++++++++++++++++ style.css | 17 +++++++++++++++++ sub/index.html | 8 ++++++++ 3 files changed, 42 insertions(+) create mode 100644 index.html create mode 100644 style.css create mode 100644 sub/index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..9321280 --- /dev/null +++ b/index.html @@ -0,0 +1,17 @@ + + + + + Niclas Dobbertins Homepage + + + +

A new website is born!

+

... nothing to see here PepeHands ...

+ a subpage :) +
+

This is box one

+
+ + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..5d60524 --- /dev/null +++ b/style.css @@ -0,0 +1,17 @@ +body { + font-family: Arial, sans-serif; + font-size: medium; + color: thistle; + background-color: #373b41; +} + +h1 { + color: HotPink; + text-align: center; +} + +#box-one { + background-color: thistle; + color: black; + opacity: 0.5; +} diff --git a/sub/index.html b/sub/index.html new file mode 100644 index 0000000..d4e36f4 --- /dev/null +++ b/sub/index.html @@ -0,0 +1,8 @@ + + + +

This is a subpage!

+

... nothing to see here PepeHands ...

+ + + -- cgit v1.2.3