Skip to content

Commit 803d166

Browse files
author
grimcoder
committed
updated react two dots
1 parent f3e4703 commit 803d166

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

reactTwoDots/index.html

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1+
12
<!DOCTYPE html>
23
<html lang="en">
3-
44
<head>
5-
65
<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">
108

9+
<!--<link rel="stylesheet" href="bootstrap.min.css" type="text/css" />-->
1110
</head>
1211

13-
<body>
1412

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+
1922

20-
</body>
2123
</html>

0 commit comments

Comments
 (0)