Skip to content

Commit

Permalink
Fix w3c validation in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgio committed Apr 25, 2019
1 parent f83e178 commit c639d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
</head>
<body class="rbt-examples">
<div id="root"></div>
<script type="text/javascript" src="public/prism.min.js"></script>
<script type="text/javascript" src="package-example.js"></script>
<script src="public/prism.min.js"></script>
<script src="package-example.js"></script>
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>
</body>
</html>

0 comments on commit c639d22

Please sign in to comment.