Files
ore/html/newgame.html

33 lines
1.1 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>신규 가입</title>
<Style Type="text/css">
<!--
A:link {text-decoration:none;}
A:visited{text-decoration:none;}
A:hover {text-decoration:underline; color:#669966; background-color:#ccffcc;}
hr{color:#ff99cc; height:2px}
input,textarea,select{border-left:2px solid #666666;
border-right:2px solid #666666;
border-top:2px solid #666666;
border-bottom:2px solid #666666;
background-color : #cccccc; color : #666666;}
body{font-size:11pt}
-->
</Style>
</head>
<body bgcolor="#000000" text="#eeeeee" link="#ccccff" vlink="#ccccff" alink="#ccccff">
<center>
신규 가입
<form action="../ore_reg.cgi" method="POST" name="ore_reg">
플레이어 이름:<input type="text" size="16" name="nm">(전각 4~8글자)<br>
ID:<input type="text" size="16" name="id">(반각 영문/숫자 4~12글자)<br>
비밀번호:<input type="text" size="8" maxlength="8" name="pw">(반각 영문/숫자 4~8글자)<br>
<input type="submit" value="확인">
</form>
<a href="index.cgi">메인으로</a>
</body>
</html>