Add files via upload

This commit is contained in:
jmcooper
2019-09-06 17:14:03 -06:00
committed by GitHub
parent ed4cd3d6ca
commit 614f140de7
3 changed files with 110 additions and 0 deletions

14
demo.html Normal file
View File

@@ -0,0 +1,14 @@
<html>
<head>
<script src='utils.js'></script>
</head>
<body>
<div>
<h1 id='output'></h1>
</div>
<script id='script' src='demo.js'></script>
</body>
</html>