mirror of
https://github.com/raviriley/STL-to-OpenSCAD-Converter.git
synced 2024-11-21 22:23:11 +01:00
move javascript to js folder
This commit is contained in:
parent
4f471b4eea
commit
e73628eed1
@ -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>
|
0
jquery-1.12.4.js → js/jquery-1.12.4.js
vendored
0
jquery-1.12.4.js → js/jquery-1.12.4.js
vendored
Loading…
Reference in New Issue
Block a user