From 63e03f64593fa7bed20e458bc470912e41c4b070 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 22 Aug 2023 18:19:47 +0400 Subject: [PATCH] Removed unused ids. --- web/templates/index.jade | 4 ++-- web/templates/uploaded.jade | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/templates/index.jade b/web/templates/index.jade index 0442af0..d96f3b4 100644 --- a/web/templates/index.jade +++ b/web/templates/index.jade @@ -5,11 +5,11 @@ block header block body :go:func Index(mainSite string, keepForHours int, fileMaxSize, storageAvailableStr string) - section#rules + section h2 Rules p Maximum file size is #[b #{fileMaxSize}] and it will be kept for #[b #{keepForHours}] hours. p Content you upload should comply with Russian Federation's law. Generally speaking, anything illegal, like CP, extremist literature, and so on is forbidden. - section#upload.center + section.center h2 Upload form(action="/" method="POST" enctype="multipart/form-data") input(type="file" name="file" multiple=false) diff --git a/web/templates/uploaded.jade b/web/templates/uploaded.jade index 9d3f96b..c38ca74 100644 --- a/web/templates/uploaded.jade +++ b/web/templates/uploaded.jade @@ -5,7 +5,7 @@ block header block body :go:func Uploaded(mainSite, site, downloadLink string, keepForHours int) - section#file + section h2 Your link center a(href=downloadLink) #{site}#{downloadLink}