blob: 303dca1c583efbe870823b144693340d517946b8 [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>
Philipp Schrader45721a72022-04-02 16:27:53 -070017 <!-- The path here is auto-generated to be /sha256/<checksum>/main_bundle_file.js. -->
18 <script src="{MAIN_BUNDLE_FILE}"></script>
Alex Perryb3168082022-01-22 13:36:13 -080019 </body>
20</html>