blob: 5d4ed9950c2569ff28a774f42363e9f53b9b26b0 (
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>test 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>
|