From e7a7baa0a027b0f759e1ce3cc0f1a51adf7a7b22 Mon Sep 17 00:00:00 2001 From: nxshock Date: Wed, 10 Jul 2024 11:15:35 +0500 Subject: [PATCH] Move script to head tag --- templates/index.htm | 64 ++++++++++++++++++++++++--------------------- 1 file changed, 34 insertions(+), 30 deletions(-) diff --git a/templates/index.htm b/templates/index.htm index 6b608d9..e49c631 100644 --- a/templates/index.htm +++ b/templates/index.htm @@ -7,6 +7,33 @@ File Storage + + @@ -30,42 +57,19 @@ Размер Дата -{{range .Files}} + {{range .Files}} {{.Name}} просмотр -
{{.Size}}
+ +
{{.Size}}
+ {{.Date}} -{{end}} + {{end}} + - - + \ No newline at end of file