diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-10-18 15:45:32 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-10-18 15:46:21 -0400 |
commit | 77d8dfb5fcec30257904fc787cb3d6173d12df09 (patch) | |
tree | 4b77fa5a5f6ad6e469e9fece33bcd7987294b3a1 | |
parent | 899824b7f51a03e221c0732bab8074463c599eab (diff) | |
download | bfs-77d8dfb5fcec30257904fc787cb3d6173d12df09.tar.xz |
Remove the old screenshot
-rw-r--r-- | screenshot.svg | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/screenshot.svg b/screenshot.svg deleted file mode 100644 index af42e70..0000000 --- a/screenshot.svg +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<svg xmlns="http://www.w3.org/2000/svg" - version="1.1" width="225pt" height="170pt"> - <rect x="0" y="0" width="100%" height="100%" fill="#181818" stroke="#343434" stroke-width="1px" /> - <text font-size="10pt" font-family="monospace" x="2pt" y="10pt" fill="#b2b2b2"> - <tspan fill="white" font-weight="bold">$</tspan> <tspan fill="#54ff54" font-weight="bold">bfs</tspan> - <tspan x="2pt" dy="1.2em" fill="#5454ff" font-weight="bold">.</tspan> - <tspan x="2pt" dy="1.2em" fill="#5454ff" font-weight="bold">./</tspan>file - <tspan x="2pt" dy="1.2em" fill="#5454ff" font-weight="bold">./</tspan><tspan fill="#54ffff" font-weight="bold">link</tspan> - <tspan x="2pt" dy="1.2em" fill="#5454ff" font-weight="bold">./</tspan><tspan fill="#ff5454" font-weight="bold">archive.zip</tspan> - <tspan x="2pt" dy="1.2em" fill="#5454ff" font-weight="bold">./bin</tspan> - <tspan x="2pt" dy="1.2em" fill="#5454ff" font-weight="bold">./songs</tspan> - <tspan x="2pt" dy="1.2em" fill="#5454ff" font-weight="bold">./videos</tspan> - <tspan x="2pt" dy="1.2em" fill="#5454ff" font-weight="bold">./bin/</tspan><tspan fill="#54ff54" font-weight="bold">program</tspan> - <tspan x="2pt" dy="1.2em" fill="#5454ff" font-weight="bold">./bin/</tspan><tspan fill="#54ff54" font-weight="bold">script.sh</tspan> - <tspan x="2pt" dy="1.2em" fill="#5454ff" font-weight="bold">./songs/</tspan><tspan fill="#18b2b2">song.mp3</tspan> - <tspan x="2pt" dy="1.2em" fill="#5454ff" font-weight="bold">./songs/</tspan><tspan fill="#18b2b2">song.flac</tspan> - <tspan x="2pt" dy="1.2em" fill="#5454ff" font-weight="bold">./videos/</tspan><tspan fill="#ff54ff" font-weight="bold">video.mp4</tspan> - <tspan x="2pt" dy="1.2em" fill="#5454ff" font-weight="bold">./videos/</tspan><tspan fill="#ff54ff" font-weight="bold">video.mkv</tspan> - </text> -</svg> |