Skip to content

Commit

Permalink
add meta utf-8 in basic setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Lord committed Mar 15, 2014
1 parent 7850ee5 commit b19afd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Ignoring some HTML things to conserve space, you get the point. This is a basic
```HTML
<html>
<head>
<meta charset="utf-8">
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/tabletop.js/1.1.0/tabletop.min.js"></script>
<script type="text/javascript" src='js/sheetsee.js'></script>
Expand Down

0 comments on commit b19afd1

Please sign in to comment.