A Pen by zhishaofei on CodePen.
Created
November 20, 2014 08:58
-
-
Save zhishaofei3/35834d160c901712c964 to your computer and use it in GitHub Desktop.
emmGwX
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>Document</title> | |
</head> | |
<body> | |
<div>nihao</div> | |
</body> | |
</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
setTimeout(function(){alert(1);},2000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment