Skip to content

Commit ffeadc6

Browse files
author
Joe Crick
committed
(master): Add CDN reference & SRI to demo pages.
1 parent f97af0b commit ffeadc6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,17 @@ <h2 class="content-subhead">Installation</h2>
113113
<a href="https://github.com/joe-crick/pure-css-components/blob/master/dist/pure-components.tar.gz?raw=true">download</a> it, or get it from a
114114
CDN.
115115
</p>
116-
116+
117+
<div style="background: #ffffff; overflow:auto;width:auto;border:solid gray;border-width:.1em .1em .1em .8em;padding:.2em .6em;"><pre style="margin: 0; line-height: 125%">
118+
&lt;link
119+
rel=<span style="color: #a31515">&quot;stylesheet&quot;</span>
120+
href=<span style="color: #a31515">&quot;https://unpkg.com/purecss-components@0.0.7/dist/pure-components.css&quot;</span>
121+
integrity=<span style="color: #a31515">&quot;sha384-FfmMHw1nM6QpEpUtacs5k0pNzo88/JlQAevyYjewWTklEKxFsFyH2nbVdbX6xCf4&quot;</span>
122+
crossorigin=<span style="color: #a31515">&quot;anonymous&quot;</span>&gt;
123+
</pre></div>
124+
125+
126+
117127
<div class="is-code-full">
118128
<pre>yarn add pure<span>-</span>components</pre>
119129
</div>

0 commit comments

Comments
 (0)