summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-01-01 11:54:43 +0100
committerMatthias Beyer <mail@beyermatthias.de>2021-01-01 11:54:43 +0100
commit8ef5f5a8ad82c2f3b57795b16ce7b4458ad576f0 (patch)
treed081f4dc84f606a62b5ab1ce9d8e6a57927e7a19 /assets
parent2f95226ff8c1996699591960c5127c41b0fc5f6f (diff)
Remove stuff
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'assets')
-rw-r--r--assets/index.html11
-rw-r--r--assets/index_post.html0
-rw-r--r--assets/index_pre.html3
-rw-r--r--assets/style.css25
4 files changed, 0 insertions, 39 deletions
diff --git a/assets/index.html b/assets/index.html
deleted file mode 100644
index eb9e2e0..0000000
--- a/assets/index.html
+++ /dev/null
@@ -1,11 +0,0 @@
- </style>
- </head>
- <body>
- <div id="sidebar_left">
- </div>
- <div id="content">
- </div>
- <div id="sidebar_right">
- </div>
- </body>
-</html>
diff --git a/assets/index_post.html b/assets/index_post.html
deleted file mode 100644
index e69de29..0000000
--- a/assets/index_post.html
+++ /dev/null
diff --git a/assets/index_pre.html b/assets/index_pre.html
deleted file mode 100644
index da6f618..0000000
--- a/assets/index_pre.html
+++ /dev/null
@@ -1,3 +0,0 @@
-<html>
- <head>
- <style>
diff --git a/assets/style.css b/assets/style.css
deleted file mode 100644
index 120b1bd..0000000
--- a/assets/style.css
+++ /dev/null
@@ -1,25 +0,0 @@
-body {
- background-color: black;
-}
-
-#sidebar_left {
- background-color: grey;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- width: 10%;
- min-width: 15em;
- float: left;
-}
-
-#sidebar_right {
- background-color: grey;
- height: 100%;
- position: fixed;
- top: 0;
- right: 0;
- width: 10%;
- min-width: 15em;
- float: right;
-}