diff options
author | xengineering <me@xengineering.eu> | 2024-10-31 22:41:20 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-10-31 22:43:38 +0100 |
commit | f3169150820de3974e2109f9978e626399324bd3 (patch) | |
tree | b88b1162e198dc09eb9feacf3b623b5949ce2a93 | |
parent | 65b8ebd9cb6d1c812739e2ce566ac159b27d14ab (diff) | |
download | website-f3169150820de3974e2109f9978e626399324bd3.tar website-f3169150820de3974e2109f9978e626399324bd3.tar.zst website-f3169150820de3974e2109f9978e626399324bd3.zip |
Add Go import for xengineering.eu/soundbox-app
This should allow to install this app with the Go tool and look up
documentation.
-rw-r--r-- | content/soundbox-app | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/content/soundbox-app b/content/soundbox-app new file mode 100644 index 0000000..df28ed1 --- /dev/null +++ b/content/soundbox-app @@ -0,0 +1,7 @@ +<html> +<head> + <meta name="go-import" content="xengineering.eu/soundbox-app git https://cgit.xengineering.eu/soundbox-app"> +</head> +<body> +</body> +</html> |