Skip to content

Commit

Permalink
change cdn link index
Browse files Browse the repository at this point in the history
  • Loading branch information
filfreire committed Feb 7, 2019
1 parent 233442f commit ee3886a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<pre>&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;link rel="stylesheet" href="https://cdn.rawgit.com/yegor256/tacit/gh-pages/tacit-css-VERSION.min.css"/&gt;
&lt;link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/yegor256/tacit@gh-pages/tacit-css-VERSION.min.css"/&gt;
&lt;/head&gt;
&lt;/html&gt;</pre>
<p>
Expand Down Expand Up @@ -70,7 +70,7 @@ <h2>Forms</h2>
<option value="female">female</option>
<option value="male">male</option>
</select>
<label for="age">Your age:</label>
<label for="age">Your age:</label>
<label><input type="radio" id="under" name="age" value="under"/> I'm under 18</label>
<label><input type="radio" id="over" name="age" value="over"/> I'm over 18</label>
<label for="food">Your favorite food:</label>
Expand Down

0 comments on commit ee3886a

Please sign in to comment.