summaryrefslogtreecommitdiffstats
path: root/MCServer/webadmin/login_template.html
blob: dd456607c5eb8c685603d8ef1c9cf1a2d3c6ae4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<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>