From 35353090046b5df4054339dd76db8ead476bb10d Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 9 Jul 2022 18:07:46 +0200 Subject: [PATCH] web: add link to index from search page --- static/main.css | 5 +++++ templates/form.html | 10 ++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/static/main.css b/static/main.css index 9f5d566..7538b8b 100644 --- a/static/main.css +++ b/static/main.css @@ -102,6 +102,11 @@ h1 { margin-bottom: 1rem; } +h1 a { + text-decoration: none; + color: black; +} + .input-group { display: flex; } diff --git a/templates/form.html b/templates/form.html index d0ed09c..7fcc93b 100644 --- a/templates/form.html +++ b/templates/form.html @@ -1,9 +1,11 @@

- - - - searchhut + + + + + searchhut +