Created
June 7, 2014 02:02
-
-
Save yangsheng1107/f31678e28064f61bce8a to your computer and use it in GitHub Desktop.
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> | |
<link rel="stylesheet" href="css/font-awesome.css"> | |
<script src="Scripts/jquery-2.0.2.js"></script> | |
<script src="Scripts/jquery.mobile-1.3.1.min.js"></script> | |
</head> | |
<body> | |
<p><i class="fa fa-shopping-cart"></i> shopping-cart!</p> | |
<p><i class="fa fa-music"></i> music!</p> | |
</body> | |
</html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment