1<!doctype html> 2<html lang="en"> 3 <head> 4 <meta charset="utf-8" /> 5 <title>Motion Test Watcher</title> 6 <base href="/" /> 7 <meta name="viewport" content="width=device-width, initial-scale=1" /> 8 <link rel="preconnect" href="https://fonts.gstatic.com" /> 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