Skip to content

Commit 671c7d8

Browse files
committed
add image
1 parent f7fc27d commit 671c7d8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

public/images/sceen_offline.jpg

307 KB
Loading

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ const Main = (_props) => {
77
return (
88
<section>
99
<h1>CoderDojo 五反田</h1>
10+
<img src={`${process.env.PUBLIC_URL}/images/sceen_offline.jpg`} style={{maxWidth:480}} />
1011
<p><a href="https://coderdojo-gotanda.doorkeeper.jp/">参加する</a></p>
1112
</section>
1213
);
1314
};
1415

16+
1517
ReactDOM.render(<Main />, dom);

0 commit comments

Comments
 (0)