-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcards.html
26 lines (24 loc) · 1.54 KB
/
cards.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="assets/css/material-design-iconic-font.min.css">
<link rel="stylesheet" href="assets/css/re-com.css">
<link href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta charset="UTF-8">
<link href="/css/undead.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- <script src="http://code.jquery.com/ui/1.11.2/jquery-ui.min.js"></script> -->
<!-- <script src="https://code.jquery.com/jquery-1.11.2.min.js"></script> -->
<!-- <script src="https://code.jquery.com/jquery-3.0.0.min.js"></script> -->
<script src="https://npmcdn.com/[email protected]/dist/ReactDnD.min.js"></script>
<script src="https://cdn.rawgit.com/cytoscape/cytoscape.js-dagre/1.1.2/cytoscape-dagre.js"></script>
<script src="https://npmcdn.com/[email protected]/dist/ReactDnDHTML5Backend.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/cytoscape/2.7.9/cytoscape.js"></script>
<script src="https://cdn.rawgit.com/cpettitt/dagre/v0.7.4/dist/dagre.min.js"></script>
<script src="https://cdn.rawgit.com/cytoscape/cytoscape.js-cose-bilkent/1.0.5/cytoscape-cose-bilkent.js"></script>
<script src="/js/compiled/devcards.js" type="text/javascript"></script>
</body>
</html>