Update page.html

This commit is contained in:
Val
2018-11-07 20:04:16 -05:00
committed by GitHub
parent 40cb68b0e7
commit be75b4f96e

View File

@@ -9,8 +9,8 @@
<body>
<h4>Test different document types</h4>
<button onclick="captureJSON()">Click here to capture JSON Data</button>
<button onclick="captureXML()">Click here to capture XML Data</button>
<button onclick="captureHTML()">Click here to capture HTML Data</button>
<button>Click here to capture XML Data</button> <!-- onclick="captureXML()" -->
<button>Click here to capture HTML Data</button> <!-- onclick="captureHTML()" -->
<div id="capturedJSON"></div><div id="capturedXML"></div><div id="HTML"></div>
<script src="js/jsonCap.js"></script>
</body>