File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta http-equiv ="content-type " content ="text/html; charset=UTF8 ">
5
+ < title > Learning Agents</ title >
6
+ < base href ="">
7
+ <!-- <base href="https://mvrahden.github.io/learning-agents/"> -->
8
+
9
+ <!-- jquery and jqueryui -->
10
+ < script type ="text/javascript " src ="./assets/jquery-3.2.1.min.js "> </ script >
11
+
12
+ <!-- flot -->
13
+ < script type ="text/javascript " src ="./assets/jquery.flot.min.js "> </ script >
14
+ < script type ="text/javascript " src ="./assets/jquery.flot.canvas.min.js "> </ script >
15
+ < script type ="text/javascript " src ="./assets/jquery.flot.time.min.js "> </ script >
16
+
17
+ < link rel ="shortcut icon " href ="./favicon.ico " type ="image/x-icon ">
18
+ < link rel ="icon " href ="./favicon.ico " type ="image/x-icon ">
19
+ </ head >
20
+ < body >
21
+ < app-root > </ app-root >
22
+ < script type ="text/javascript " src ="inline.bundle.js "> </ script > < script type ="text/javascript " src ="polyfills.bundle.js "> </ script > < script type ="text/javascript " src ="styles.bundle.js "> </ script > < script type ="text/javascript " src ="vendor.bundle.js "> </ script > < script type ="text/javascript " src ="main.bundle.js "> </ script > </ body >
23
+ </ html >
You can’t perform that action at this time.
0 commit comments