summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--allyn/index.html17
-rw-r--r--allyn/style.css17
-rw-r--r--allyn/sub/index.html8
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>