blob: da8fdc9a453a27dd4a8506a9678fa62478d9c015 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>derivation editor</title>
<script src="raphael.js" type="text/javascript" charset="utf-8"></script>
<script src="r.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div id="holder"></div>
<p id="debug"></p>
</body>
</html>
|