m-gantt-chart
Version:
display gantt-like vaule,like use this to order bus schedule.
26 lines (25 loc) • 956 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.png">
<link rel="stylesheet" type="text/css" href="<%= BASE_URL %>loading.css">
<link rel="stylesheet" type="text/css" href="<%= BASE_URL %>normalize.css">
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
<title>hello-m-gantt-chart</title>
</head>
<body>
<noscript>
<strong>We're sorry but hello-v-gantt-chart doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app">
<div class="load-container">
<div class="boxLoading"></div>
</div>
<h1 style="text-align: center;">努力加载中...</h1>
</div>
<!-- built files will be auto injected -->
</body>
</html>