diff options
Diffstat (limited to 'example/personalLog/scenario/runner.html')
| -rw-r--r-- | example/personalLog/scenario/runner.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/example/personalLog/scenario/runner.html b/example/personalLog/scenario/runner.html new file mode 100644 index 00000000..7129c228 --- /dev/null +++ b/example/personalLog/scenario/runner.html @@ -0,0 +1,10 @@ +<!doctype html"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <title>Personal Log Scenario Runner</title> + <script type="text/javascript" src="../../../src/scenario/angular-bootstrap.js"></script> + <script type="text/javascript" src="personalLogScenario.js"></script> + </head> + <body> + </body> +</html> |
