Skip to content

Commit

Permalink
Changed "type" to "src" for JavaScript
Browse files Browse the repository at this point in the history
  • Loading branch information
evo777 committed Jan 17, 2017
1 parent 6055652 commit c0d48f5
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 @@ -14,8 +14,8 @@
<div id="banner">
<span>Your local time</span>
</div>
<div id="clock"></div>
<script type="clock.js"></script>
<div id="time"></div>
<script src="time.js"></script>

</body>
</html>

0 comments on commit c0d48f5

Please sign in to comment.