Created
October 24, 2014 03:06
-
-
Save qinshulei/bfccd7bfa681d5af7c6d to your computer and use it in GitHub Desktop.
index.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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