Skip to content

Instantly share code, notes, and snippets.

@rudylattae
Created October 21, 2012 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rudylattae/3926077 to your computer and use it in GitHub Desktop.
Save rudylattae/3926077 to your computer and use it in GitHub Desktop.
html5 - hello
<!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