move javascript to js folder

This commit is contained in:
Ravi Riley 2020-04-28 04:42:50 -07:00
parent 4f471b4eea
commit e73628eed1
4 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@
<head>
<title>STL to OpenSCAD Converter</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="jquery-1.12.4.js"></script>
<script src="binaryReader.js"></script>
<script src="js/jquery-1.12.4.js"></script>
<script src="js/binaryReader.js"></script>
</head>
<body>
<p>
@ -25,6 +25,6 @@ Convert STL files to open SCAD, read more about it here:
<a href="#">Download</a>
</button>
</div>
<script src="main.js"></script>
<script src="js/main.js"></script>
</body>
</html>

View File