Update page.html

This commit is contained in:
vkservicesllc
2018-11-07 13:36:08 -05:00
committed by GitHub
parent 8d45a84a74
commit 7576294fc8

View File

@@ -7,7 +7,7 @@
<style>*{font-family:Arial;}</style> <style>*{font-family:Arial;}</style>
</head> </head>
<body> <body>
<h4>Test different document types</h4><br /> <h4>Test different document types</h4>
<button onclick="captureJSON()">Click here to capture JSON</button> <button onclick="captureJSON()">Click here to capture JSON</button>
<button onclick="captureXML()">Click here to capture XML</button> <button onclick="captureXML()">Click here to capture XML</button>
<button onclick="captureHTML()">Click here to capture HTML</button> <button onclick="captureHTML()">Click here to capture HTML</button>