diff --git a/README.md b/README.md
index d55d79d77fa..09244bec730 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,10 @@
+
+
+
+
# The HTML-first framework
Qwik is designed for the fastest possible page load time, by delivering pure HTML with near 0 JavaScript for your pages to become interactive, regardless of how complex your site or app is. It achieves this via [resumability](https://github.com/BuilderIO/qwik/blob/main/packages/docs/src/pages/docs/concepts/resumable.mdx) of HTML and [ultra fine-grained lazy-loading](https://github.com/BuilderIO/qwik/blob/main/packages/docs/src/pages/docs/concepts/progressive.mdx) of code.