blob: dd456607c5eb8c685603d8ef1c9cf1a2d3c6ae4a (
plain) (
tree)
|
|
<html>
<head>
<title>MCServer WebAdmin - Login</title>
<meta charset="UTF-8">
<style type="text/css">
header {
margin: 0 auto;
text-align: center;
vertical-align: middle;
}
</style>
</head>
<body>
<header>
<img src="mc-logo.png" alt="MCServer Logo" class="logo">
<h1>MCServer - WebAdmin</h1>
<form method="get" action="webadmin/">
<input type="submit" value="Log in">
</form>
</header>
</body>
</html>
|