Update page.html

This commit is contained in:
Val
2018-11-07 16:42:00 -05:00
committed by GitHub
parent bc89f58f61
commit df35d95e86

View File

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