From 510122fde5a8e6ba2876d7a693add6bf2e125db7 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Thu, 21 Oct 2021 21:54:32 +0100 Subject: [PATCH] Funny quine in HTML --- htmlquinerelsharp.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 htmlquinerelsharp.html diff --git a/htmlquinerelsharp.html b/htmlquinerelsharp.html new file mode 100644 index 0000000..44e4f92 --- /dev/null +++ b/htmlquinerelsharp.html @@ -0,0 +1 @@ +#top { color: transparent; font-size: 0; } #top:before { content: 'hellobye'; color: red; font-size: 1rem; }