formgen/source/structure.html

21 lines
432 B
HTML
Raw Normal View History

2026-04-22 07:47:23 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<script type="text/javascript" src="logic.js"></script>
<script type="text/javascript">formgen.entry();</script>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<textarea id="input">
</textarea>
<hr/>
<button id="render">render</button>
<hr/>
<div id="output">
</div>
<hr/>
<button id="read">lesen</button>
</body>
</html>