Skip to content

Commit dbf9cc3

Browse files
author
Vasyl Stokolosa
committed
Revert index.html file
1 parent 1074b94 commit dbf9cc3

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ npm-debug*
77

88
.idea
99

10+
#app/config.json
1011
app/tests/__tests__/coverage/*
1112
/cypress/
1213

1314
.DS_Store
1415

1516
build/*
16-
index.html
17+
18+
/index.html

app/index.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Create React + Redux App Structure</title>
6+
7+
<!-- build:css -->
8+
<link rel="stylesheet" href="build/styles.min.css">
9+
<!-- endbuild -->
10+
11+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"/>
12+
</head>
13+
<body>
14+
15+
<div id="app"></div>
16+
17+
<div id="toTop"></div>
18+
19+
<!-- build:js -->
20+
<script type="text/javascript" src="build/libs.js"></script>
21+
<script type="text/javascript" src="build/index.js"></script>
22+
<!-- endbuild -->
23+
24+
</body>
25+
</html>

0 commit comments

Comments
 (0)