-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathindex.html
69 lines (51 loc) · 2.15 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, minimum-scale=1.0" />
<title>🧠 ct.css – Let’s take a look inside your <head></title>
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-1856861-4', {'siteSpeedSampleRate': 100});
ga('send', 'pageview');
</script>
<script src="https://www.google-analytics.com/analytics.js" async></script>
<style>
html {
font: 1em/1.5 system-ui;
background-color: #f9f9f9;
color: #333;
}
body {
max-width: 72ch;
}
a {
color: #f43059;
}
code {
font-family: "Operator Mono", Inconsolata, Monaco, Consolas, "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
}
</style>
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🧠</text></svg>" />
<link rel=canonical href=https://csswizardry.com/ct/>
</head>
<body>
<h1>🧠 <code>ct.css</code> – Let’s take a look inside your <code><head></code></h1>
<p>Your <code><head></code> is the single biggest render-blocking part
of your page—ensuring
it is well-formed is critical. <code>ct.css</code> is a diagnostic CSS snippet
that exposes
potential performance issues in your page’s <code><head></code>
tags.</p></code></code></code></p>
<ul>
<li><a href="./test/">View demo</a></li>
<li><a href="https://github.com/csswizardry/ct/blob/master/ct.css">View
source</a></li>
<li><a href="https://speakerdeck.com/csswizardry/get-your-head-straight">View
conference talk</a> (full context)</li>
</ul>
<p>Drag and drop the following link to your bookmarks bar (or click for simple
demo): <a href="javascript:(function(){ var ct = document.createElement('link'); ct.rel = 'stylesheet'; ct.href = 'https://csswizardry.com/ct/ct.css'; ct.classList.add('ct'); document.head.appendChild(ct); }());;">ct.css</a>.</p>
<p><a href="https://twitter.com/csswizardry">@csswizardry</a></p>
</body>
</html>