diff options
author | Erich Eckner <git@eckner.net> | 2020-02-25 11:03:27 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-02-25 11:03:27 +0100 |
commit | 7f99209ea2b0f9820d1400cd9e16e662f32cd7ff (patch) | |
tree | 20f93fd3436f17a682704ae90cee545244f7f850 /buildmaster | |
parent | 9bc811610d23ea27a8aee8d8c4f3b1e54ee233d7 (diff) | |
download | archweb32-7f99209ea2b0f9820d1400cd9e16e662f32cd7ff.tar.xz |
buildmaster/index.php: put key-graph.png there, too
Diffstat (limited to 'buildmaster')
-rw-r--r-- | buildmaster/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildmaster/index.php b/buildmaster/index.php index 4955a3d..b1e488b 100644 --- a/buildmaster/index.php +++ b/buildmaster/index.php @@ -84,5 +84,6 @@ foreach (array("any", "i486", "i686", "pentium4", "") as $a) { ?><br> <img src="https://buildmaster.archlinux32.org/vnstat.png"> <img src="https://archlinux32.org/static/tinc.png"><br> + <img src="https://buildmaster.archlinux32.org/key-graph.png"> </body> </html> |