aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0c1f4fcb..05181246 100644
--- a/README.md
+++ b/README.md
@@ -105,8 +105,13 @@ An interactive terminal UI is available using the command `git bug termui` to br
You can launch a rich Web UI with `git bug webui`.
-![Web UI screenshot 1](misc/webui1.png)
-![Web UI screenshot 2](misc/webui2.png)
+<p align="center">
+ <img src="misc/webui1.png" alt="Web UI screenshot 1" width="738">
+</p>
+
+<p align="center">
+ <img src="misc/webui2.png" alt="Web UI screenshot 2" width="738">
+</p>
This web UI is entirely packed inside the same go binary and serve static content through a localhost http server.