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/images_build/server_web/common/input/web-payment/index.html
2021-09-01 16:55:13 +08:00

22 lines
411 B
HTML

---
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>