Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
neomnitrix authored May 16, 2024
1 parent 6d0c145 commit f425ce4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ <h1>Hello, world!</h1>

As stated in this github issue, you can basically use https://source.unsplash.com/random/200x200?sig=incrementingIdentifier.

<img src="https://source.unsplash.com/random/200x200?sig=1" alt="remote image" />
<img src="https://source.unsplash.com/random/200x200?sig=2" alt="remote image" />
<img src="https://source.unsplash.com/random/200x200?sig=3" alt="remote image" />
<img src="https://source.unsplash.com/random/200x200?sig=incrementingIdentifier" alt="remote image" />
<img src="https://source.unsplash.com/random/200x200?sig=incrementingIdentifier" alt="remote image" />
<img src="https://source.unsplash.com/random/200x200?sig=incrementingIdentifier" alt="remote image" />
</body>
</html>

0 comments on commit f425ce4

Please sign in to comment.