Initial Checkin

This commit is contained in:
Joe Tretter
2020-02-27 18:38:52 -06:00
commit 9a5371ef6a
4 changed files with 209 additions and 0 deletions

18
index.html Normal file
View File

@@ -0,0 +1,18 @@
<html>
<head>
<!-- Bootstrap/jQuery -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<!-- app-css -->
<link rel="stylesheet" href="optiTrainer.css">
<script src='spyDataFake.js'></script>
<script src='optiTrainer.js'></script>
<title>SPY</title>
</head>
<body>
<div id='app'></div>
</body>
</html>