asiaH5/modules/pseudo_member/index.html.erb

7 lines
183 B
Plaintext
Raw Normal View History

2021-04-19 03:11:35 +00:00
<label>Username: </label>
<input type="text" name="username" />
<br />
<label>Password: </label>
<input type="password" name="password" />
<br />
<input type="submit" value="Login" />