25 lines
439 B
HTML
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><form></tt> tag.
|
|
</div>
|