Skip to content

Commit

Permalink
updated to add image and more to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
peter committed Feb 26, 2024
1 parent a96e7f6 commit ee4206b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules
.idea\*
build\*
.idea/*
build/*
.idea/*
package-lock.json
Binary file added public/images/donkey.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<title>Simple React Page</title>
</head>
<body>

<img src="images/donkey.jpg">Daddy's Donkey</img>
<div id="root"></div>
Inky Pinky Ponky<br/>
Daddy bought a donkey<br/>
Donkey died<br/>
Daddy cried<br/>
Inky Pinky Ponky<br/>
<button id="apiButton">Go</button>
<button id="apiButton">Go</button>
<div id="resultBox"></div>
<script>

Expand Down

0 comments on commit ee4206b

Please sign in to comment.