-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 1.03 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>pathcurve</title>
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="libs/font-awesome-4.6.1/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="libs/bootstrap-slider/9.3.0/css/bootstrap-slider.min.css">
<link rel="stylesheet" type="text/css" href="libs/bootstrap-3.3.7-dist/css/bootstrap.min.css">
<script src="./libs/jquery/jquery.min.js"></script>
<script src="./libs/bootstrap-3.3.7-dist/js/bootstrap.min.js"></script>
<script src="./libs/bootstrap-slider/9.3.0/js/bootstrap-slider.min.js"></script>
<script type="text/javascript" src="all.js"></script>
<style>
</style>
</head>
<body>
<canvas id="thecanvas"></canvas>
<div id="controls-toggle" data-toggle="collapse" data-target="#controls"><i class="fa fa-times-circle" aria-hidden="true"></i></div>
<div id="controls" class="collapase in">
<div id="title">Path Curve Generator</div>
</div>
</body>
</html>