From 4b530d332c8e3c7e640ef11740c9605e2aa001ed Mon Sep 17 00:00:00 2001 From: ange Date: Thu, 12 Dec 2024 14:28:45 +0000 Subject: [PATCH] feat: copy button --- compose.yaml | 5 ++++- html/index.html | 57 +++++++++++++++++++++++++++++++++++++++++++------ src/main.go | 2 +- src/route.go | 12 +++++------ src/views.go | 8 +++---- 5 files changed, 65 insertions(+), 19 deletions(-) diff --git a/compose.yaml b/compose.yaml index d966985..001d041 100644 --- a/compose.yaml +++ b/compose.yaml @@ -10,4 +10,7 @@ services: path: src/ - action: sync+restart path: html/ - target: /html + target: html + - action: sync + path: static/ + target: static diff --git a/html/index.html b/html/index.html index 534b1ba..490b892 100644 --- a/html/index.html +++ b/html/index.html @@ -4,6 +4,21 @@ Ange DUHAYON +