summaryrefslogtreecommitdiffstats
path: root/test-scheduler/ui/index.html
blob: 4e09023078be9509aa8f8f60c3e178acb98ed8d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>