Formatting for files page

This commit is contained in:
Caleb Gardner
2024-08-23 18:50:34 -05:00
parent 4cc07e61d9
commit 05702814c9
+1 -1
View File
@@ -11,7 +11,7 @@ import (
"time"
)
const fileElement = "<div style='width:800px;padding: 10px 0 10px 0'><a href='https://darkstorm.tech%v'>%v</a><div style='float:right;'>%v</div></div>"
const fileElement = "<div class='files-link'><a href='https://darkstorm.tech%v'>%v</a><div style='float:right;'>%v</div></div>"
func filesRequest(w http.ResponseWriter, r *http.Request) {
partPath := filepath.Clean(r.URL.Path)