Skip to content

Instantly share code, notes, and snippets.

@anxieux
anxieux / index.html
Created June 20, 2016 13:34
Canvas Example
<html>
<head>
<script src="script.js"></script>
<style type="text/css">
canvas { border: 1px dotted black; }
</style>
</head>
<body onload="onload();">
<p> Hi! </p>
<canvas id="canvas" width="500" height="500">