Skip to content

Instantly share code, notes, and snippets.

@qinshulei
Created October 24, 2014 03:06
Show Gist options
  • Select an option

  • Save qinshulei/bfccd7bfa681d5af7c6d to your computer and use it in GitHub Desktop.

Select an option

Save qinshulei/bfccd7bfa681d5af7c6d to your computer and use it in GitHub Desktop.
index.html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Canvas clock</title>
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css">
<link rel="stylesheet" href="css/app.css">
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/bootstrap/dist/js/bootstrap.js"></script>
<script src="js/app.js"></script>
</head>
<body>
<canvas id="mycanvas" width="1000" height="500" class="main"></canvas>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment