Created
July 14, 2012 05:50
-
-
Save h5y1m141/3109593 to your computer and use it in GitHub Desktop.
chrome extention popup
This file contains 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> | |
<link type="text/css" rel="stylesheet" href="style.css"> | |
<script src="jquery-1.7.2.min.js"></script> | |
<script src="oauth.js"></script> | |
<script src="sha1.js"></script> | |
<script src="main.js" ></script> | |
</head> | |
<body> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment