mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-01-17 00:06:00 -05:00
26 lines
1.1 KiB
HTML
26 lines
1.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>ProjectSWG Server Management Interface</title>
|
|
<link href="css/style.css" rel="stylesheet" type="text/css" />
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
|
|
<div class="login_container">
|
|
<div class="logo"></div>
|
|
<form id="login1" name="form" action="#" method="post">
|
|
<label for="username">Username:</label><input type="text" name="username" id="username" />
|
|
<br />
|
|
<label for="password">Password:</label><input type="password" name="password" id="password" /><br />
|
|
<div id="lower">
|
|
<input type="submit" value="Login" />
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|