-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
27 lines (22 loc) · 1.37 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
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1"/>
<script type="text/javascript" src="https://d3js.org/d3.v3.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/[email protected]"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E=" crossorigin="anonymous"></script>
<!--Loads the bundled javascript and css from resources, which are put there by Webstrates File System-->
<script id="cogcanvas_bundle.js" type="text/javascript"></script>
<style id="style_bundle.css"></style>
<link integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous" rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css"/>
</head>
<body>
<div id="CogCanvas">
<div id="d3_container">
<svg class="canvas transformable" id="canvas" style="width: 5760px; height: 3240px; z-index:0;" transform="matrix(1, 0, 0, 1, -2000, -1000)" xmlns="http://www.w3.org/2000/svg">
<rect id="canvas-bg" x="0" y="0" width="5760px" height="3240px"></rect>
</svg>
</div>
</div>
</body>
</html>