Last active
June 26, 2017 09:27
-
-
Save pilssalgi/8bb7c22c28766f058244d251f3faab6a to your computer and use it in GitHub Desktop.
html5
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> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="initial-scale=1"> | |
<meta name="description" content=""> | |
<meta name="copyright" content="" /> | |
<meta name="description" content="" /> | |
<meta name="keywords" content=""> | |
<meta property="og:title" content=""/> | |
<meta property="og:description" content="" /> | |
<meta property="og:type" content="website" /> | |
<meta property="og:url" content="" id="ogUrl" /> | |
<meta property="og:image" content="" /> | |
<meta name="tw_text" content="" id="twText" /> | |
<meta name="tw_url" content="" id="twUrl" /> | |
<title></title> | |
<style> | |
#bm,.btns { | |
width:90%; | |
margin:0 auto; | |
margin-bottom: 10px; | |
} | |
</style> | |
<script src="bodymovin.js"></script> | |
</head> | |
<body> | |
<div id="bm"></div> | |
<div class="btns"> | |
<button id="play">play</button> | |
<button id="stop">stop</button> | |
<button id="forward">forward</button> | |
<button id="backward">backward</button> | |
</div> | |
<script src="index.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment