forked from FRC2834/blackhawks-scouting
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 724 Bytes
/
index.html
File metadata and controls
18 lines (18 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>FRC Team 619 Scouting</title>
<meta name="description" content="A scouting app by FRC Team 2834, modified by FRC team 619">
<link rel="icon" href="favicon.ico">
<link rel="apple-touch-icon" href="icons/apple-touch-icon.png" sizes="180x180">
<link rel="mask-icon" href="icons/mask-icon.svg" color="#292929">
<meta name="theme-color" content="#292929">
</head>
<body>
<noscript>This app uses JavaScript. Please enable it to continue.</noscript>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>