-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackground.html
More file actions
26 lines (23 loc) · 899 Bytes
/
background.html
File metadata and controls
26 lines (23 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
<head>
<!-- Page Metadata -->
<meta charset="UTF-8">
<title>URSS Float Utility</title>
<!-- Load JS Libraries -->
<script>window.$ = window.jQuery = require('jquery');</script>
<script>var moment = require('moment');</script>
<script>var THREE = require('three');</script>
<script>var mathjs = require('mathjs');</script>
<script src="static/js/logger.js"></script>
<script src="static/js/lib/three/STLLoader.js"></script>
<script src="static/js/lib/csg.js"></script>
<script src="static/js/CalculationUtils.js"></script>
<script src="static/js/lib/ThreeCSG.js"></script>
<!-- Load JS Page Files -->
<script src="static/js/background.js" type="text/javascript"></script>
</head>
<body>
<h1>Background Thread</h1>
</body>
</html>