diff options
Diffstat (limited to 'test-scheduler/ui/index.html')
-rw-r--r-- | test-scheduler/ui/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test-scheduler/ui/index.html b/test-scheduler/ui/index.html new file mode 100644 index 00000000..4e090230 --- /dev/null +++ b/test-scheduler/ui/index.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <title>testing scheduler</title> + <link rel="icon" href="/static/favicon.ico" type="image/x-icon" /> + </head> + <body class="top-navigation gray-bg"> + <div id="wrapper"> + <div id="page-wrapper" class="gray-bg" style='padding: 0'> + <div id="app"></div> + </div> + </div> + </body> +</html> |