+ This website
+
+
+ Although I also know my way around frontend development and design as well, I'm far less skilled at it.
+ As such this website is trying to impress in a different way:
+
+
+ It implements parts of the HTML parser spec
+ to tokenize and highlight it's own source code.
+
+
+
+
+
+
+
+
diff --git a/public/style/index.css b/public/style/index.css
new file mode 100644
index 0000000..8c4efb2
--- /dev/null
+++ b/public/style/index.css
@@ -0,0 +1,33 @@
+body {
+ background: #292D3E;
+
+ font-family: monospace;
+}
+
+pre {
+ margin: 0;
+}
+
+body > pre > span {
+ cursor: default;
+}
+
+a {
+ color: white;
+}
+
+body {
+ color: white;
+ font-size: 1vmax;
+}
+
+#inspector {
+ position: fixed;
+ pointer-events: none;
+
+ background: inherit;
+ color: white;
+ border: 1px #424864 solid;
+
+ padding: .5vw;
+}
diff --git a/public/vercel.svg b/public/vercel.svg
deleted file mode 100644
index fbf0e25..0000000
--- a/public/vercel.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-