Skip to content
Snippets Groups Projects
Commit 11394b0e authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Remove customization files

parent ba5d7fdd
Branches
Tags
No related merge requests found
<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
src/main/webapp/uni_logo_mlu.jpg

51.6 KiB

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment