This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tsg-tsg-diagnose/badssl.com/common/input/login/index.html
2019-12-20 15:48:39 +08:00

29 lines
615 B
HTML

---
title: login
layout: page
favicon: gray
background: gray
---
<style>
#content input {
font-size: 4vw;
}
</style>
<div id="content">
<h1 style="font-size: 5vw;">
login
</h1>
<br><br><br>
<form action="./submit/" method="post">
<input type="text" autocomplete="username" id="username" placeholder="username field"/><br><br>
<input type="password" id="value" placeholder="password input field" value="password"/><br><br>
<button type="submit">Submit</button>
</form>
</div>
<div id="footer">
This page contains a <code>&lt;form&gt;</code> with username and password inputs.
</div>