-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (17 loc) · 843 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<body>
<script src="assert.js"> </script>
<script src="util.js"> </script>
<script src="gauss-jordan.js"> </script>
<script src="undirected_graph.js"> </script>
<script src="tutte.js"> </script>
<script src="htmlsvg.js"> </script>
<script src="fullerenes.js"> </script>
<div><form id="myForm"> <select id="frm" size="1""> <option selected value="mp7">mp7</option> </select> </form> </div>
<div><label for="myRange">factor: </label><input type="range" min="50" max="120" value="100" id="myRange"></div>
<div><label for="myRange2">size: </label><input type="range" min="500" max="1800" value="800" id="myRange2"></div>
<div><label for="myCheckbox">dual: </label><input type="checkbox" id="myCheckbox" onChange="javaScript:alert(42)"></div>
<script src="convex_face_straight_line_drawing.js"> </script>
</body>
</html>