diff --git a/deploy/gitea/install-hop-native.sh b/deploy/gitea/install-hop-native.sh
index 672339a..6cae2ea 100755
--- a/deploy/gitea/install-hop-native.sh
+++ b/deploy/gitea/install-hop-native.sh
@@ -15,8 +15,11 @@ docker compose --env-file "$env_file" cp \
deploy/gitea/templates/home.tmpl \
gitea:/data/gitea/templates/home.tmpl
docker compose --env-file "$env_file" cp \
- deploy/gitea/templates/custom/footer.tmpl \
- gitea:/data/gitea/templates/custom/footer.tmpl
+ deploy/gitea/templates/custom/header.tmpl \
+ gitea:/data/gitea/templates/custom/header.tmpl
+docker compose --env-file "$env_file" cp \
+ deploy/gitea/templates/custom/footer.tmpl \
+ gitea:/data/gitea/templates/custom/footer.tmpl
docker compose --env-file "$env_file" cp \
deploy/gitea/public/assets/js/hop-native.js \
gitea:/data/gitea/public/assets/js/hop-native.js
diff --git a/deploy/gitea/templates/custom/header.tmpl b/deploy/gitea/templates/custom/header.tmpl
new file mode 100644
index 0000000..98ee9f8
--- /dev/null
+++ b/deploy/gitea/templates/custom/header.tmpl
@@ -0,0 +1,6 @@
+
+