summaryrefslogtreecommitdiffstats
path: root/MCServer/webadmin/login_template.html
blob: 913a85db050c48140d92354299d002996103d7d2 (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
25
<html>
<head>
	<title>MCServer WebAdmin - Login</title>
	<meta charset="UTF-8">
	<link rel="icon" href="favicon.ico">
	<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>