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/images_build/server_web/common/input/password/index.html
2021-09-01 16:55:13 +08:00

25 lines
439 B
HTML

---
title: password
layout: page
favicon: gray
background: gray
---
<style>
#content input {
font-size: 4vw;
}
</style>
<div id="content">
<h1 style="font-size: 5vw;">
password
</h1>
<br><br><br>
<input type="password" id="value" placeholder="password input field" value="password"/>
</div>
<div id="footer">
This page contains a lone password field<br> that is <b>not</b> wrapped in a <tt>&lt;form&gt;</tt> tag.
</div>