Public: Link to wikipedia quine page

This commit is contained in:
networkException 2022-08-29 14:07:52 +02:00
parent a3000af24a
commit 56f0c8ce50
Signed by: networkException
GPG key ID: E3877443AE684391

View file

@ -61,7 +61,7 @@
</p>
<p>
It implements parts of the <a href="https://html.spec.whatwg.org/multipage/parsing.html#tokenization">HTML parser spec</a>
to tokenize and highlight it's own source code.
to tokenize and highlight <a href="https://en.wikipedia.org/wiki/Quine_%28computing%29">it's own source code</a>.
</p>
<p>
You can find the full source code of the site <a href="https://gitlab.upi.li/networkException/nwex.de">here</a>.