<html lang="en">
|
<head>
|
<meta charset="UTF-8">
|
<title>barnsley-fern-functional</title>
|
<link rel="stylesheet" href="lib/dom-output.css" />
|
<link rel="stylesheet" href="lib/dfhi.css" />
|
<link rel="stylesheet" href="lib/dfhi-plot.css"/>
|
</head>
|
<body>
|
|
<div>
|
<p>
|
(Something about your program here)
|
</p>
|
Instruction to user
|
<input type="text" id="argv" name="argv" />
|
<button name="run" id="run" >Plot Points</button>
|
</div>
|
|
<div class="row">
|
<div id="plotter-container" class="column">
|
<div class="jxgbox" id="plotter"></div>
|
<div>
|
<button id="export">Export to SVG</button>
|
</div>
|
</div>
|
<div id="text-output-container" class="column">
|
<pre id="text-output"></pre>
|
</div>
|
</div>
|
|
|
<script type="module" src="barnsley-fern-functional.js"></script>
|
|
</body>
|
</html>
|