Skip to content

Instantly share code, notes, and snippets.

@ozelfatih
Created January 15, 2017 22:49
Show Gist options
  • Save ozelfatih/a497002349d8cb4bfe240d3918d95347 to your computer and use it in GitHub Desktop.
Save ozelfatih/a497002349d8cb4bfe240d3918d95347 to your computer and use it in GitHub Desktop.
HTML5 canvas elementini kullanarak grafik yapmak için index sayfası başlangıç sayfası
<html>
<body>
<canvas id="myCanvas"></canvas>
<script type="text/javascript" src="script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment