10 lines
288 B
HTML
10 lines
288 B
HTML
<html>
|
|
<head>
|
|
<title>Deprecation Warning</title>
|
|
</head>
|
|
<body>
|
|
This example has been deprecated. A new implementation is available <a href="../grapheditor/www/index.html">here</a>.
|
|
A copy of the old example is <a href="archive/grapheditor/grapheditor.html">here</a>.
|
|
</body>
|
|
</html>
|