diff --git a/index.html b/index.html
index ab5b85ec8fd31c1059135ada7b96a1d2044bfeb9..99f25c819d573347da1d4a59d73ddab15a836cda 100644
--- a/index.html
+++ b/index.html
@@ -1,23 +1,21 @@
 <!DOCTYPE html>
 <html lang="en">
-
 <head>
 	<meta charset="utf-8">
 	<meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<meta name="viewport" content="width=device-width, initial-scale=1">
 	<title>AMIV</title>
-
+	
 	<!-- Bootstrap -->
 	<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
-
+	
 	<!--[if lt IE 9]>
 		<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
 		<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
 	<![endif]-->
 </head>
-
 <body>
-
+	
 	<div class="container-fluid">
 		<div class="row">
 			<div class="col-sm-3"></div>
@@ -26,24 +24,15 @@
 					<h1>AMIV</h1>
 				</div>
 				<div class="row text-center">
-					<div class="col-sm-6">
-						<a href="admin/">
-							<button type="button" class="btn btn-default">Admin-Tools</button>
-						</a>
-					</div>
-					<div class="col-sm-6">
-						<a href="public/">
-							<button type="button" class="btn btn-primary">Website</button>
-						</a>
-					</div>
+					<div class="col-sm-6"><a href="admin/"><button type="button" class="btn btn-default">Admin-Tools</button></a></div>
+					<div class="col-sm-6"><a href="public/"><button type="button" class="btn btn-primary">Website</button></a></div>
 				</div>
-				<div class="col-sm-3"></div>
-			</div>
+			<div class="col-sm-3"></div>
 		</div>
-
-		<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
-		<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
-
+	</div>
+		
+	<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
+	<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
+	
 </body>
-
-</html>
+</html>
\ No newline at end of file