moved js code from html to js files
[xynt.git] / test-base.html
diff --git a/test-base.html b/test-base.html
new file mode 100644 (file)
index 0000000..5fb1830
--- /dev/null
@@ -0,0 +1,11 @@
+<html>
+<head>
+<script type="text/javascript" src="commons.js"></script>
+<script type="text/javascript" src="xynt-console.js"></script>
+<script type="text/javascript" src="xynt-base.js"></script>
+<script type="text/javascript" src="xynt-base-test.js"></script>
+
+</head>
+<body>
+</body>
+</html>