cacatoo
Version:
Building, exploring, and sharing spatially structured models
48 lines (34 loc) • 1.4 kB
HTML
<!--
###########################################################################################
TE model extension
###########################################################################################
-->
<html>
<script src="../../dist/cacatoo.js"></script> <!-- Include cacatoo library (compiled with rollup) -->
<script src="../../lib/all.js"></script> <!-- Load other packages -->
<link rel="stylesheet" href="../../style/cacatoo.css"> <!-- Set style sheet -->
<script src='https://cdn.plot.ly/plotly-2.8.3.min.js'></script>
<script src="https://d3js.org/d3.v7.min.js"></script>
<script src="tes.js"> </script>
<!-- <link rel="stylesheet" href="style.css"> Set style sheet -->
<head>
<title>Is distributions - Cacatoo </title>
</head>
<script>
/*-------------------------End user-defined code ---------------------*/
</script>
<body onload="cacatoo()">
<div class="header" id="header">
<h2> TE distributions - Cacatoo </h2>
</div>
<div class="content" id="canvas_holder">
<center>
<div id="histo"></div>
<div id="histo2"></div>
<div id="histo3"></div>
</center></div>
<div class="content" id="graph_holder"> </div>
<div class="content" id="form_holder"></div>
<div class="footer" id="footer"></div>
</body>
</html>