blob: b5c33e6e76a3ff453d7842ae4d8054314b4db7b6 [file] [log] [blame]
Philipp Schrader80587432022-03-05 15:41:22 -08001<!DOCTYPE html>
Alex Perryb3168082022-01-22 13:36:13 -08002<html>
3 <head>
Philipp Schradercf915462022-03-16 23:42:22 -07004 <title>FRC971 Scouting Application</title>
Philipp Schrader80587432022-03-05 15:41:22 -08005 <meta name="viewport" content="width=device-width, initial-scale=1">
Alex Perryb3168082022-01-22 13:36:13 -08006 <base href="/">
7 <script src="./npm/node_modules/zone.js/dist/zone.min.js"></script>
Philipp Schrader80587432022-03-05 15:41:22 -08008 <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
Alex Perryb3168082022-01-22 13:36:13 -08009 </head>
10 <body>
11 <my-app></my-app>
12 <script src="./main_bundle_compiled/main_bundle.js"></script>
13 </body>
14</html>