Skip to content

Commit

Permalink
feat: add picture to README
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakeRain committed Aug 5, 2024
1 parent 9bd4261 commit bdd9b9b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# cement

A super light weight pastebin
<picture>
<source media="(prefers-color-scheme: dark)" srcset="media/masked-screenshot.png">
<source media="(prefers-color-scheme: light)" srcset="media/masked-screenshot.png">
<img alt="Screenshot of Cement displaying a paste" src="media/masked-screenshot.png">
</picture>

A super light weight pastebin

0 comments on commit bdd9b9b

Please sign in to comment.