From aae2a8bb25ade4d5cf6805b24119db998a197109 Mon Sep 17 00:00:00 2001 From: "Jan \"Yenya\" Kasprzak" Date: Tue, 25 Jan 2022 11:14:07 +0100 Subject: [PATCH] Inline favicon, not-found page, css tuning --- paste.pl | 68 +++++++++++++++++++++++++++++++--- public/img/shebang-favicon.svg | 67 --------------------------------- 2 files changed, 63 insertions(+), 72 deletions(-) delete mode 100644 public/img/shebang-favicon.svg diff --git a/paste.pl b/paste.pl index 7f3f5ff..8103a94 100755 --- a/paste.pl +++ b/paste.pl @@ -107,6 +107,10 @@ __DATA__

Forbidden

+@@ not_found.html.ep +% layout 'default'; + +

Not found!

@@ layouts/default.html.ep @@ -116,10 +120,10 @@ __DATA__ - + - + <%= content 'header' %>