mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 11:09:13 +00:00
Minor updates
This commit is contained in:
11
index.html
11
index.html
@@ -98,22 +98,21 @@
|
||||
</h2>
|
||||
|
||||
<p>
|
||||
Shoelace is incredibly easy to use. Just link to <code>shoelace.css</code> in your project and
|
||||
you’re ready to <a href="#customizing">start customizing things</a>. You can use the CDN
|
||||
version or download the source manually.
|
||||
Shoelace is incredibly easy to use. To get started, simply link to <code>shoelace.css</code>
|
||||
in your project. You can use the CDN version or download the source manually.
|
||||
</p>
|
||||
|
||||
<h3 id="cdn">CDN</h3>
|
||||
<p>
|
||||
The easiest way to use Shoelace is via CDN. This service is generously provided by the folks
|
||||
over at <a href="https://www.keycdn.com/">KeyCDN</a>.
|
||||
at <a href="https://www.keycdn.com/">KeyCDN</a>.
|
||||
</p>
|
||||
<pre>
|
||||
<link rel="stylesheet" href="https://cdn.shoelace.style/<span data-version>1.0.0-beta3</span>/shoelace.css">
|
||||
</pre>
|
||||
<p class="text-right">
|
||||
<a href="https://www.keycdn.com/">
|
||||
<img src="https://logos.keycdn.com/keycdn-logo.svg" alt="KeyCDN logo" class="width-15">
|
||||
<img src="https://logos.keycdn.com/keycdn-logo.svg" alt="KeyCDN logo" class="width-20">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
@@ -601,7 +600,7 @@ PRINT "SHOELACE IS AWESOME"
|
||||
</span>
|
||||
</td>
|
||||
<td>
|
||||
<label class="button button-block">Select a File <input type="file"></label>
|
||||
<label class="button button-block">Select File <input type="file"></label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user