diff options
author | nicdob <niclas.dobbertin@gmx.de> | 2020-10-05 12:31:06 +0200 |
---|---|---|
committer | nicdob <niclas.dobbertin@gmx.de> | 2020-10-05 12:31:06 +0200 |
commit | 21e077b37142f1d1031146a26ccca025aff73535 (patch) | |
tree | 77d7e33e28151b57a5cf1090a29934b96acded3b | |
parent | c0afbbf2ed2f63cc72c8b56946cd1713ae916ce8 (diff) |
removed redundant dir for real
-rw-r--r-- | allyn/index.html | 17 | ||||
-rw-r--r-- | allyn/style.css | 17 | ||||
-rw-r--r-- | allyn/sub/index.html | 8 |
3 files changed, 0 insertions, 42 deletions
diff --git a/allyn/index.html b/allyn/index.html deleted file mode 100644 index 9321280..0000000 --- a/allyn/index.html +++ /dev/null @@ -1,17 +0,0 @@ -<!DOCTYPE html> - -<html lang="en"> - <head> - <title>Niclas Dobbertins Homepage</title> - <link rel="stylesheet" href="style.css"> - </head> - <body> - <h1>A new website is born!</h1> - <p>... nothing to see here PepeHands ...</p> - <a href="sub/">a subpage :)</a> - <div id="box-one"> - <p>This is box one</p> - </div> - - </body> -</html> diff --git a/allyn/style.css b/allyn/style.css deleted file mode 100644 index 5d60524..0000000 --- a/allyn/style.css +++ /dev/null @@ -1,17 +0,0 @@ -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/allyn/sub/index.html b/allyn/sub/index.html deleted file mode 100644 index d4e36f4..0000000 --- a/allyn/sub/index.html +++ /dev/null @@ -1,8 +0,0 @@ -<!DOCTYPE html> -<html> - <body> - <h1>This is a subpage!</h1> - <p>... nothing to see here PepeHands ...</p> - - </body> -</html> |