diff --git a/backend/main.go b/backend/main.go index 79a4c38..1fcffd5 100644 --- a/backend/main.go +++ b/backend/main.go @@ -69,6 +69,8 @@ func connect() { // })) router.StaticFile("/", "static/index.html") + router.StaticFile("/esign.webp", "static/esign.webp") + router.StaticFile("/favicon.png", "static/favicon.png") // shield := "inquiry" diff --git a/backend/static/esign.webp b/backend/static/esign.webp new file mode 100644 index 0000000..8d7c407 Binary files /dev/null and b/backend/static/esign.webp differ diff --git a/backend/static/favicon.png b/backend/static/favicon.png new file mode 100644 index 0000000..eabbfaf Binary files /dev/null and b/backend/static/favicon.png differ diff --git a/backend/static/index.html b/backend/static/index.html index 7008cf4..63b3b54 100644 --- a/backend/static/index.html +++ b/backend/static/index.html @@ -2,24 +2,36 @@ - + - + + OCBO e-Sign Server +

OCBO e-Sign Server is running