• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE html>
2<html lang="en">
3  <head>
4    <meta charset="utf-8" />
5    <title>MotionTestWatcherV2</title>
6    <base href="/" />
7    <meta name="viewport" content="width=device-width, initial-scale=1" />
8    <link rel="icon" type="image/x-icon" href="favicon.ico" />
9    <link
10      href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap"
11      rel="stylesheet"
12    />
13    <link
14      href="https://fonts.googleapis.com/icon?family=Material+Icons"
15      rel="stylesheet"
16    />
17  </head>
18  <body class="mat-typography">
19    <app-root></app-root>
20  </body>
21</html>
22