From a4c234be819f01261b51c5cd4dd6c44cd2f32d79 Mon Sep 17 00:00:00 2001
From: networkException
Date: Thu, 6 Jan 2022 00:34:04 +0100
Subject: [PATCH] Index: Add paragraph about website source code
---
public/index.html | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/public/index.html b/public/index.html
index b80a530..6bd7a23 100644
--- a/public/index.html
+++ b/public/index.html
@@ -49,6 +49,12 @@
It implements parts of the HTML parser spec
to tokenize and highlight it's own source code.
+
+ You can find the full source code of the site here.
+ It's licenced under BSD-2-Clause, so feel free to use the code as a reference to implement your own parser!
+ If you have something interesting to share or just want to tell how the code might have helped you, make
+ sure to send me a message :^)
+