Testing screenshots location and size.
This commit is contained in:
parent
30423b2387
commit
bb501c28ec
1 changed files with 6 additions and 3 deletions
|
@ -5,6 +5,9 @@ User Interface) based app in Go.
|
||||||
I tried a few TUI high level libraries but settled on [tview](https://github.com/rivo/tview).
|
I tried a few TUI high level libraries but settled on [tview](https://github.com/rivo/tview).
|
||||||
|
|
||||||
hmhm in action
|
hmhm in action
|
||||||
![Loading news items.](assets/img/hmhm-loading.png =100x100)
|
<img src="https://git.kcbark.net/kcbark/hmhm/raw/branch/master/assets/img/hmhm-loading.png" width="400" height="400" alt="Loading news items." align="center" />
|
||||||
![Tab #1 - Hacker News](assets/img/hmhm-hn.png =100x100)
|
<img src="assets/img/hmhm-hn.png" width="100" height="100" alt="Tab #1 - Hacker News" align="center" />
|
||||||
![Tab #2 - Lobste.rs](assets/img/hmhm-l.png = 100x100)
|
<img src="assets/img/hmhm-l.png" width="100" height="100" alt="Tab #2 - Lobste.rs" align="center" />
|
||||||
|
![Loading news items.](assets/img/hmhm-loading.png)
|
||||||
|
![Tab #1 - Hacker News](assets/img/hmhm-hn.png)
|
||||||
|
![Tab #2 - Lobste.rs](assets/img/hmhm-l.png)
|
||||||
|
|
Loading…
Reference in a new issue