blob: 84777d1a4fcf3b5df1088580a41926f23e944a04 [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 Schrader817cce32022-03-26 15:00:00 -07005 <meta name="viewport" content="width=device-width, initial-scale=1" />
6 <base href="/" />
Alex Perryb3168082022-01-22 13:36:13 -08007 <script src="./npm/node_modules/zone.js/dist/zone.min.js"></script>
Philipp Schrader817cce32022-03-26 15:00:00 -07008 <link
9 href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
10 rel="stylesheet"
11 integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
12 crossorigin="anonymous"
13 />
Alex Perryb3168082022-01-22 13:36:13 -080014 </head>
15 <body>
16 <my-app></my-app>
17 <script src="./main_bundle_compiled/main_bundle.js"></script>
18 </body>
19</html>