2023-04-30 20:00:34 -04:00

33 lines
1008 B
HTML

<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>Exports from Cytoscape</title>
<meta name="description" content="Single network exported from Cytoscape 3.3">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<!--[if lt IE 10]>
<p class="browsehappy">
You are using an <strong>ancient</strong> browser.
Please <a href="http://browsehappy.com/">upgrade your browser
</a> to improve your experience.
</p>
<![endif]-->
<!-- Actual Cytoscape.js Instance -->
<div id="cy"></div>
<script src="networks.js"></script>
<script src="styles.js"></script>
<script src="scripts/vendor.js"></script>
<script src="scripts/main.js"></script>
<script src="scripts/custom.js"></script>
</body>
</html>