mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-03 06:23:53 +00:00
21 lines
586 B
HTML
21 lines
586 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<link rel="stylesheet" title="Default" href="main.css" type="text/css" />
|
|
</head>
|
|
|
|
<body>
|
|
<h2 align="center">Mini-Login Management</h2>
|
|
<hr/>
|
|
<form action="action.html" method="get">
|
|
<b>Minilogin:</b>
|
|
<input name="minilogin" type="radio" value="1"> Enabled
|
|
<input name="minilogin" type="radio" value="0" checked> Disabled
|
|
</form>
|
|
... change IP addrs and stuff ...
|
|
</body>
|
|
</html>
|