moved library-dsl file into lib subdir

This commit is contained in:
lee2sman 2021-01-21 04:18:17 -05:00
parent 1f009f13e8
commit dfc64e38e6
2 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@
</head>
<body>
<script src="turtle.js"></script>
<script src="sketch.js"></script>
<script src="lib/plogo.js"></script>
</body>
</html>