Funny quine in HTML

This commit is contained in:
Suzanne Soy 2021-10-21 21:54:32 +01:00
parent 9ecc32efba
commit 510122fde5

1
htmlquinerelsharp.html Normal file
View File

@ -0,0 +1 @@
#top { color: transparent; font-size: 0; } #top:before { content: '<link rel="stylesheet" href="#" /><span id="top">hello<span>bye</span></span>'; color: red; font-size: 1rem; }