Establish working stub code (still no build system)

This commit is contained in:
Glen Whitney 2019-11-24 13:15:44 -05:00
parent c83019656e
commit fa63ce50ed
3 changed files with 40 additions and 1 deletions

11
src/index.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>dyna3</title>
</head>
<body><script type="module" src="dyna3.js"></script>
</body>
</html>