File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change
1
+
1
2
<!DOCTYPE html>
2
3
< html lang ="en ">
3
-
4
4
< head >
5
-
6
5
< meta charset ="UTF-8 ">
7
- < title > two dots with React and Redux</ title >
8
- < link rel ="stylesheet " href ="main.css " type ="text/css " />
9
- < link rel ="stylesheet " href ="bootstrap.min.css " type ="text/css " />
6
+ < title > Connect dots</ title >
7
+ < link rel ="stylesheet " href ="css/main.css ">
10
8
9
+ <!--<link rel="stylesheet" href="bootstrap.min.css" type="text/css" />-->
11
10
</ head >
12
11
13
- < body >
14
12
15
- < div id ="container ">
16
- <!-- This element's contents will be replaced with your component. -->
17
- </ div >
18
- < script src ="app/app.js "> </ script >
13
+ < body >
14
+
15
+ < div id ="container ">
16
+ </ div >
17
+
18
+ < script src ="app/appNew.js "> </ script >
19
+
20
+ </ body >
21
+
19
22
20
- </ body >
21
23
</ html >
You can’t perform that action at this time.
0 commit comments