添加badssl.com目录
This commit is contained in:
21
badssl.com/common/input/web-payment/index.html
Normal file
21
badssl.com/common/input/web-payment/index.html
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
title: web-payment
|
||||
layout: page
|
||||
favicon: gray
|
||||
background: gray
|
||||
---
|
||||
|
||||
<div id="content">
|
||||
<h1>web-payment</h1>
|
||||
<p>
|
||||
<button onclick="handleClick();">Initiate payment</button>
|
||||
<button id="log-toggle" onclick="toggleLogVisibility();">Show log</button>
|
||||
<ul id="log" hidden></ul>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
<p>This page requires web payment API.</p>
|
||||
</div>
|
||||
|
||||
<script src="index.js"></script>
|
||||
Reference in New Issue
Block a user