diff --git a/src/main/webapp/login.html b/src/main/webapp/login.html
deleted file mode 100644
index 697a8dd2070f6ff0ec4b6a158808492b9a7c77a0..0000000000000000000000000000000000000000
--- a/src/main/webapp/login.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<html>
-	<style>
-		body {
-			font-family: sans-serif;
-		}
-		h1 {
-			text-align: center;
-		}
-		img, form {
-			display: block;
-			margin: 16px auto;
-			width: 320px;
-		}
-		form input {
-			width: 320px;
-			border: 1px solid gray;
-			border-radius: 2px;
-			padding: 4px;
-		}
-	</style>
-	<body>
-		<h1>Hochschul-Zugang</h1>
-		<img src="uni_logo_mlu.jpg" />
-		<form action="auth/ldaplogin" method="post">
-			<div><input type="text" name="user" placeholder="Benutzername" /></div>
-			<div><input type="password" name="password" placeholder="Passwort" /></div>
-			<div><input type="submit" value="Anmelden" /></div>
-			<input type="hidden" name="type" value="ldap" />
-		</form>
-	</body>
-</html>
\ No newline at end of file
diff --git a/src/main/webapp/uni_logo_mlu.jpg b/src/main/webapp/uni_logo_mlu.jpg
deleted file mode 100644
index a2e9c23ac47cb6fd7b2b156083f9833111f1bcec..0000000000000000000000000000000000000000
Binary files a/src/main/webapp/uni_logo_mlu.jpg and /dev/null differ