Skip to content

Commit b75f3dc

Browse files
author
Joe Seifi
committed
index
1 parent 56afd46 commit b75f3dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.DS_Store
22
node_modules
33
npm-debug.log*
4-
-**
54
**/bundle.*
6-
**/build
5+
**/build
6+
public/index.html

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<html><head><title>CSS in React</title><link rel="stylesheet" href="/lessons/css/main.css"/></head><body id="index"><h1>CSS in React</h1><ul><li><span>lesson - </span><a href="/react-css3/lessons/">Button - CSS and Style loader</a></li><li><span>solution - </span><a href="/react-css3/solution/">Festival Store - CSS and Style loader</a></li><li><span>lesson - </span><a href="/react-inline-styles/lessons/">Button - React inline styles</a></li><li><span>lesson - </span><a href="/radium/lessons/">Button - Radium</a></li><li><span>solution - </span><a href="/radium/solution/">Festival Store - Radium</a></li><li><span>lesson - </span><a href="/react-css-modules/lessons/">Button - react-css-modules</a></li><li><span>lesson - </span><a href="/styled-components/lessons/">Button - styled components</a></li><li><span>design - </span><a href="/workshop/">Festival Store</a></li></ul></body></html>
1+
<html><head><title>CSS in React</title><link rel="stylesheet" href="/lessons/css/main.css"/></head><body id="index"><h1>CSS in React</h1><ul><li><span>lesson - </span><a href="/react-css3/lessons/">Button - CSS and Style loader</a></li><li><span>solution - </span><a href="/react-css3/solution/">Festival Store - CSS and Style loader</a></li><li><span>lesson - </span><a href="/react-inline-styles/lessons/">Button - React inline styles</a></li><li><span>lesson - </span><a href="/radium/lessons/">Button - Radium</a></li><li><span>solution - </span><a href="/radium/solution/">Festival Store - Radium</a></li><li><span>lesson - </span><a href="/aphrodite/lessons/">Button - Aphrodite</a></li><li><span>lesson - </span><a href="/react-css-modules/lessons/">Button - react-css-modules</a></li><li><span>lesson - </span><a href="/styletron/lessons/">Button - Radium</a></li><li><span>lesson - </span><a href="/styled-components/lessons/">Button - styled components</a></li><li><span>design - </span><a href="/workshop/">Festival Store</a></li></ul></body></html>

0 commit comments

Comments
 (0)