diff options
Diffstat (limited to 'infrastructure/ace/www/test.html')
-rw-r--r-- | infrastructure/ace/www/test.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/infrastructure/ace/www/test.html b/infrastructure/ace/www/test.html new file mode 100644 index 0000000..73fa45c --- /dev/null +++ b/infrastructure/ace/www/test.html @@ -0,0 +1,11 @@ +<!DOCTYPE html PUBLIC + "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html> + <head> + <script src="bbtree.js"></script> + </head> + <body> + + </body> +</html> |