diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-01-23 22:22:02 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-01-23 22:22:02 +0000 |
| commit | 7523fb951aabc24bf290028c348cbe46bd846f86 (patch) | |
| tree | fc28172683d16b59ecfa1070fa7a8188952803a7 /test/when/index.html | |
| parent | 9af0f832607e626d22c4205a3ed21ad105fdc042 (diff) | |
graphing with raphael
Diffstat (limited to 'test/when/index.html')
| -rw-r--r-- | test/when/index.html | 36 |
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 |
