Created
October 21, 2012 05:56
-
-
Save rudylattae/3926077 to your computer and use it in GitHub Desktop.
html5 - hello
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 rel="stylesheet" type="text/css" href="" /> | |
<script type="text/javascript" src=""></script> | |
</head> | |
<body> | |
<div> | |
<p>Hello</p> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment