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/mixed/form/index.html
2019-12-20 15:48:39 +08:00

18 lines
398 B
HTML

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