blob: cbc2cc92ef0f276e653f40f8e047b8f6738ecc90 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>gantt-chart-sk</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body class="body-sk">
<div style="display: flex; align-items: center">
<h1>gantt-chart-sk</h1>
<div style="flex-grow: 1"></div>
<theme-chooser-sk></theme-chooser-sk>
</div>
<div>
<button id="simple">Simple Chart</button>
<button id="simple-start-end">Simple Chart With Start/End</button>
<button id="simple-epochs">Simple Chart With Epochs</button>
</div>
</body>
</html>