summaryrefslogtreecommitdiff
path: root/test/when/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/when/index.html')
-rw-r--r--test/when/index.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/test/when/index.html b/test/when/index.html
new file mode 100644
index 0000000..4010062
--- /dev/null
+++ b/test/when/index.html
@@ -0,0 +1,36 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>WHEN</title>
+ <script src="../raphael-min.js"></script>
+ <script src="raphael-utils.js"></script>
+ <script src="when.js"></script>
+ <style type="text/css" media="screen">
+ body {
+ background: #333;
+ color: #fff;
+ font: 300 100.1% "Helvetica Neue", Helvetica, "Arial Unicode MS", Arial, sans-serif;
+ }
+ #graph {
+ left: 50%;
+ position: absolute;
+ top: 50%;
+ height: 250px;
+ margin: -125px 0 0 -400px;
+ width: 800px;
+ }
+ #menus {
+ left: 50%;
+ position: absolute;
+ top: 50%;
+ margin: 125px 0 0 -400px;
+ width: 800px;
+ }
+ </style>
+ </head>
+ <body>
+ <div id="graph"></div>
+ <div id="menus"></div>
+ </body>
+</html> \ No newline at end of file