28 lines
518 B
HTML
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>
|