Current section
Files
Jump to
Current section
Files
priv/static/index.html
<!DOCTYPE html>
<html lang="en_US">
<head>
<meta charset="utf-8" />
<title>CONREC test</title>
</head>
<body>
<center>
<canvas id="canvas" style="border: 1px solid black;" width=800 height=480></canvas>
</center>
<script src="contour.js"></script>
<script src="script.js"></script>
</body>
</html>