歡迎來到我的網(wǎng)站
請登錄以繼續(xù)訪問:
<html> <head> <title>登錄頁面</title> </head> <body> <h1>歡迎來到我的網(wǎng)站</h1> <p>請登錄以繼續(xù)訪問:</p> <form> <label for="username">用戶名:</label> <input type="text" id="username" name="username"><br><br> <label for="password">密碼:</label> <input type="password" id="password" name="password"><br><br> <button type="submit">登錄</button> </form> </body> </html>