From f4c7ba65ea870fcd0f32c52a77b21f4b6a8b6603 Mon Sep 17 00:00:00 2001 From: Ethan Marshall Date: Tue, 23 Jan 2024 00:17:35 +0000 Subject: [PATCH] Add little banner --- index.css | 6 ++++++ index.gohtml | 4 ++++ pajen.pl | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index 4d3b81b..6f427b3 100644 --- a/index.css +++ b/index.css @@ -44,3 +44,9 @@ input.highlight { .loading { cursor: wait !important; } + +footer { + font-size: small !important; + position: fixed; + bottom: 0; +} diff --git a/index.gohtml b/index.gohtml index 95265a5..d625e88 100644 --- a/index.gohtml +++ b/index.gohtml @@ -20,6 +20,10 @@
+ + diff --git a/pajen.pl b/pajen.pl index 3c57669..01c859e 100755 --- a/pajen.pl +++ b/pajen.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # Pajeet name generator (pajen.pl) -# Written by Ethan Marshall - 2024 +# Written by ejv2 - 2024 # Material from https://desu-usergeneratedcontent.xyz/g/image/1705/80/1705808467048.png use strict;