summaryrefslogtreecommitdiffstats
path: root/testing-scheduler/ui/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing-scheduler/ui/index.html')
-rw-r--r--testing-scheduler/ui/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing-scheduler/ui/index.html b/testing-scheduler/ui/index.html
new file mode 100644
index 00000000..d7d337e3
--- /dev/null
+++ b/testing-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> \ No newline at end of file