18 lines
427 B
HTML
18 lines
427 B
HTML
---
|
|
title: mixed password
|
|
layout: page
|
|
favicon: yellow
|
|
background: rgb(246, 207, 47)
|
|
---
|
|
|
|
<div id="content">
|
|
<h1 style="font-size: 7vw;">
|
|
mixed password
|
|
</h1>
|
|
<br><br>
|
|
<form action="http://{{ site.http-domain }}/resources/form-submitted.html" method="post">
|
|
<input type="password" id="value" placeholder="This form submits to HTTP." value="password"/>
|
|
<button type="submit">Submit</button>
|
|
</form>
|
|
</div>
|