From 67da27abf0f7050a093cc4c88d7c96d756d4ea72 Mon Sep 17 00:00:00 2001
From: Jake <j.vondoemming@stud.uni-goettingen.de>
Date: Thu, 1 Sep 2022 16:17:13 +0200
Subject: [PATCH] updated index.html

---
 index.html | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 7f08131..f9b7ce1 100644
--- a/index.html
+++ b/index.html
@@ -1,4 +1,23 @@
+<style>
+	ul {
+		margin:auto;
+		margin-top: 6rem;
+		padding: 2rem;
+		background-color: #dff0d8;
+		color: #3c763d;
+		border: 0.1rem solid #d6e9c6;
+		border-radius: 0.5rem;
+		width: 20rem;
+	}
+	a {
+		color: #337ab7;
+		padding: 0.5rem;
+	}
+	li {
+		padding: 0.5rem;
+	}
+</style>
 <ul>
 	<li><a href="./docs-output">Dokumentation</a></li>
-	<li><a href="./content">Preview Seite</a></li>
+	<li><a href="./output">Preview Seite</a></li>
 </ul>
-- 
GitLab