POSTing the body to the server.

This commit is contained in:
Tom Alexander
2023-08-18 15:41:06 -04:00
parent 91e9645c37
commit c24c5ee54e
3 changed files with 44 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
<html>
<head>
<link rel="stylesheet" href="style.css">
<script type="text/javascript" src="script.js" defer></script>
</head>
<body>
Test html file.
Input org-mode source:<br/>
<textarea id="org-input" rows="24" cols="80"></textarea>
<hr/>
<div id="parse-output" class="code_block">
</div>
</body>
</html>