login_err.php
722 Bytes
<?php
//*****************************************************************************
//*
//* プログラム名:ログイン失敗
//* プログラムID:login_err.php
//* 機能 :
//* 作成者 :K.Yoshimura
//*
//*****************************************************************************
header("Content-type: text/html; charset=Shift_JIS");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<META http-equiv="Content-Style-Type" content="text/css">
<TITLE>ログイン失敗</TITLE>
<center>
<Form>
パスワードが違います<BR>
パスワードを再入力してください<BR><BR>
<A HREF="">ログインに戻る</A>
</Form>
</center>
</HTML>