Skip to content

Commit

Permalink
Radio Example: correct path to CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
Michiel Bijl committed Mar 16, 2017
1 parent ef34006 commit 4073006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/radio/radio-1/radio-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script src="../../js/highlight.pack.js"></script>
<script src="../../js/app.js"></script>

<link rel="stylesheet" href="css/radio.css">
<link rel="stylesheet" href="../css/radio.css">
<script src="js/radioGroup.js" type="text/javascript"></script>
<script src="js/radioButton.js" type="text/javascript"></script>

Expand Down Expand Up @@ -243,7 +243,7 @@ <h3 id="rps_label">ARIA Roles, Properties and States</h3>
<section>
<h2>Javascript and CSS Source Code</h2>
<ul>
<li>CSS: <a href="css/radio.css" type="tex/css">radio.css</a></li>
<li>CSS: <a href="../css/radio.css" type="tex/css">radio.css</a></li>
<li>Javascript: <a href="js/radioGroup.js" type="text/javascript">radioGroup.js</a></li>
<li>Javascript: <a href="js/radioButton.js" type="text/javascript">radioButton.js</a></li>
</ul>
Expand Down

0 comments on commit 4073006

Please sign in to comment.