Created
December 15, 2024 19:58
-
-
Save pfuntner/7f36b9d4b9f91b674945bd6bf6b32f3a to your computer and use it in GitHub Desktop.
Example XML file for use with json-shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<title>Hello, world</title> | |
<body> | |
<h1>Table time</h1> | |
<table border='1'> | |
<tr> | |
<th>Cell</th> | |
<th>Value></th> | |
</tr> | |
<tr> | |
<td>One</td> | |
<td>1</td> | |
</tr> | |
</table> | |
<br/> | |
<p>Good bye</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment