Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
Added code example
  • Loading branch information
vudu13 authored Oct 21, 2024
1 parent 25351ef commit 377dd72
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,13 @@

Added examples of headers

Added an image!
![Image of a sand garden](https://images.pexels.com/photos/13572878/pexels-photo-13572878.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1)

Activity: Adding a code example

``` bash
#!/bin/bash
echo "Hello, world!"

```

0 comments on commit 377dd72

Please sign in to comment.