www/graph/index.html
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>r2 code graph</title>
<script type="text/javascript" src="js-graph-it.js"></script>
<link rel="stylesheet" type="text/css" href="js-graph-it.css" />
<link rel="stylesheet" type="text/css" href="sf-homepage.css" />
<style>
p {
white-space: pre;
font-family: monospace;
display: block;
}
body {
overflow:hidden;
}
</style>
<script src="index.js"> </script>
</head>
<body onload="onLoad();">
<div id="menu"></div>
<div id="mainCanvas" class="canvas" style="width:100%;height:100%;"></div>
<div style="z-index:99999;top:0px;left:5px;position:absolute"><h1><a href="../">back</a></h1></div>
</body>
</html>