login.html

ログインページサンプル


<!DOCTYPE html>
<html>
    <head>
        <title>ログインページ</title>
        <meta charset="UTF-8">
    </head>
    <body>
        <h1>ログインページ</h1>
        <form>
            <div>
                <input type="text">
            </div>
            <div>
                <input type="pass">
            </div>
            <div>
                <input type="submit" value="ログイン">
            </div>
        </form>
    </body>
</html>

公開

@Barrage Games

埋め込みペースト