Created
October 18, 2015 23:17
-
-
Save ko31/0ab73e8c4ab77f67bfc9 to your computer and use it in GitHub Desktop.
【Lazy Line Painter】ころとん
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="ja"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title>ころとん</title> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> | |
<script src="jquery.lazylinepainter-1.7.0.min.js"></script> | |
<script src="svgdata.js"></script> | |
</head> | |
<body> | |
<div class="content"> | |
<div id='coroton'></div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment