Add quick-and-dirty index.html
This commit is contained in:
parent
e24bbe6433
commit
bf54f1e48d
17
target/index.html
Normal file
17
target/index.html
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Ludus</title>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/p5@1.8.0/lib/p5.min.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="canvas-div"><canvas id="canv"></canvas></div>
|
||||||
|
<div id="code-area">
|
||||||
|
<textarea id="code" rows="20" cols="80" contenteditable="true">:foo</textarea><br/>
|
||||||
|
<button id="play">Play |></button>
|
||||||
|
</div>
|
||||||
|
<div id="output-area">
|
||||||
|
<textarea id="output" rows="5" cols="80">Ouput goes here.</textarea>
|
||||||
|
</div>
|
||||||
|
<script src="/js/main.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user