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

28 lines
518 B
HTML

---
title: credit-card
layout: page
favicon: gray
background: gray
---
<style>
#content input {
font-size: 4vw;
}
</style>
<div id="content">
<h1 style="font-size: 5vw;">
credit-card
</h1>
<br><br><br>
<form>
<input type="text" autofocus autocomplete="cc-number" placeholder="credit card number" maxlength="19"><br><br>
<input type="text" autocomplete="cc-csc" placeholder="security code" maxlength="4">
</form>
</div>
<div id="footer">
This page contains a credit card input form.
</div>