From ed3ea3486840e8a3e84a0cb8b6f7908d45b24161 Mon Sep 17 00:00:00 2001 From: ElevenNotes Date: Fri, 7 Feb 2025 09:24:53 +0100 Subject: [PATCH] add img --- .dockerignore | 1 + README.md | 2 +- GUI.png => img/GUI.png | Bin 3 files changed, 2 insertions(+), 1 deletion(-) rename GUI.png => img/GUI.png (100%) diff --git a/.dockerignore b/.dockerignore index bb9082f..a4c0d46 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,5 @@ .git* *.md +img/ maintain/ project* \ No newline at end of file diff --git a/README.md b/README.md index ce271a6..5e94c28 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ **Activate any version of Windows and Office, forever** -![slmgr](https://github.com/11notes/docker-kms-gui/blob/main/GUI.png?raw=true) +![GUI](https://github.com/11notes/docker-kms-gui/blob/master/img/GUI.png "Web Interface") # SYNOPSIS 📖 **What can I do with this?** This image will run a web GUI for your [11notes/kms](https://hub.docker.com/r/11notes/kms) server. diff --git a/GUI.png b/img/GUI.png similarity index 100% rename from GUI.png rename to img/GUI.png