Skip to content

Commit

Permalink
Example update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykhailo Stadnyk committed Feb 14, 2016
1 parent 36243bf commit d1e7e26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/example-custom-resize.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Gauge Test</title>
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script>var CANV_GAUGE_FONTS_PATH = '../fonts'</script>
<script src="../gauge.min.js"></script>
<style>body{padding:0;margin:0;background:#222}</style>
</head>
Expand Down
1 change: 1 addition & 0 deletions examples/example-html-gauge.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<title>Gtest</title>
<script>var CANV_GAUGE_FONTS_PATH = '../fonts'</script>
<script src="../gauge.js"></script>
</head>

Expand Down
1 change: 1 addition & 0 deletions examples/example-resize.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Gauge Test</title>
<script>var CANV_GAUGE_FONTS_PATH = '../fonts'</script>
<script src="../gauge.min.js"></script>
<style>body{padding:0;margin:0;background:#222}</style>
</head>
Expand Down

0 comments on commit d1e7e26

Please sign in to comment.