diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-21 23:32:00 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-21 23:32:00 +0300 |
| commit | 2dea92d5e0ee57cc8e5cfa8b722b78e0fd01c62d (patch) | |
| tree | decf2226bea482109e6f807b69f0adc116b54cd2 | |
| parent | 1b388a16238cd1366cf44678bb0cec1b796ff8cc (diff) | |
add audio playback
| -rw-r--r-- | README.md | 10 | ||||
| -rw-r--r-- | assets/audio.mp3 | bin | 0 -> 20736 bytes | |||
| -rw-r--r-- | assets/totalrecall.png (renamed from assets/screenshots/totalrecall.png) | bin | 628880 -> 628880 bytes |
3 files changed, 9 insertions, 1 deletions
@@ -9,7 +9,15 @@ It has mainly been vibe coded using Claude Code CLI. <p align="center"> - <img src="assets/screenshots/totalrecall.png" alt="TotalRecall screens hot"> + <img src="assets/totalrecall.png" alt="TotalRecall screens hot"> +</p> + +<p align="center"> + <strong>Computer / Компютър</strong><br> + <audio controls> + <source src="assets/audio.mp3" type="audio/mpeg"> + Your browser does not support the audio element. + </audio> </p> diff --git a/assets/audio.mp3 b/assets/audio.mp3 Binary files differnew file mode 100644 index 0000000..c4b6963 --- /dev/null +++ b/assets/audio.mp3 diff --git a/assets/screenshots/totalrecall.png b/assets/totalrecall.png Binary files differindex d8340c9..d8340c9 100644 --- a/assets/screenshots/totalrecall.png +++ b/assets/totalrecall.png |
