diff --git a/web/fup/fupstatic/fupstatic.go b/web/fup/fupstatic/fupstatic.go index e9442716ae..733d654bb8 100644 --- a/web/fup/fupstatic/fupstatic.go +++ b/web/fup/fupstatic/fupstatic.go @@ -11,7 +11,7 @@ import ( "hg.lukegb.com/lukegb/depot/web/fup/hashfs" ) -//go:embed css js +//go:embed css js img var static embed.FS var Static *hashfs.FS = hashfs.New(static) diff --git a/web/fup/fupstatic/img/fup-logo-favicon.png b/web/fup/fupstatic/img/fup-logo-favicon.png new file mode 100755 index 0000000000..047eb30d9f Binary files /dev/null and b/web/fup/fupstatic/img/fup-logo-favicon.png differ diff --git a/web/fup/fupstatic/img/fup-logo-favicon.svg b/web/fup/fupstatic/img/fup-logo-favicon.svg new file mode 100755 index 0000000000..8e2ff63c5a --- /dev/null +++ b/web/fup/fupstatic/img/fup-logo-favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/web/fup/fupstatic/img/fup-logo.svg b/web/fup/fupstatic/img/fup-logo.svg new file mode 100755 index 0000000000..aa637614ac --- /dev/null +++ b/web/fup/fupstatic/img/fup-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/web/fup/fupstatic/tmpl/base.html b/web/fup/fupstatic/tmpl/base.html index ef0482f9c3..834f5402d6 100644 --- a/web/fup/fupstatic/tmpl/base.html +++ b/web/fup/fupstatic/tmpl/base.html @@ -9,6 +9,8 @@ SPDX-License-Identifier: Apache-2.0 fup + +