Files
javascript-opc/demo.html
2019-09-06 17:15:08 -06:00

14 lines
184 B
HTML

<html>
<head>
<script src='utils.js'></script>
</head>
<body>
<div>
<h1 id='output'></h1>
</div>
<script id='script' src='demo.js'></script>
</body>
</html>