Skip to content

Commit 25be695

Browse files
Vvork Cloud TechnologiesVvork Cloud Technologies
Vvork Cloud Technologies
authored and
Vvork Cloud Technologies
committed
initial commit and crud complted
1 parent 83bc7b9 commit 25be695

29 files changed

+45167
-0
lines changed

dist/css/styles.css

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/styles.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/images/download.jpeg

7.67 KB
Loading

dist/index.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>redux practice</title>
5+
<link rel="stylesheet" type="text/css" href="/css/styles.css">
6+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
7+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
8+
<script type="text/javascript" src="/js/bundle.js" defer></script>
9+
</head>
10+
<body>
11+
<div id="app"></div>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)