1<html lang="en">
2<head>
3  <meta charset="utf-8">
4  <title>VTSLab Scheduler</title>
5  <base href="/">
6
7  <meta name="viewport" content="width=device-width, initial-scale=1">
8  <link rel="icon" type="image/x-icon" href="favicon.ico">
9  <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
10  <link href="https://fonts.googleapis.com/css?family=Google+Sans" rel="stylesheet">
11</head>
12<body>
13  <app-root>Loading...</app-root>
14</body>
15</html>
16