diff --git a/README.md b/README.md index 0b12651..897688e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ Your `` is the single biggest render-blocking part of your page—ensuring it is well-formed is critical. `ct.css` is a diagnostic CSS snippet that exposes potential performance issues in your page’s `` tags. +[Link to presentation deck](https://speakerdeck.com/csswizardry/get-your-head-straight) + +Your optimal goal: +![](./ct-css-optimal-head-order.jpg) + ## Example Output ![](./demo.png) diff --git a/optimal-head-order.jpg b/optimal-head-order.jpg new file mode 100644 index 0000000..e45da6b Binary files /dev/null and b/optimal-head-order.jpg differ