Created
March 8, 2012 15:48
-
-
Save frockenstein/2001603 to your computer and use it in GitHub Desktop.
HTML: Template
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> | |
<head> | |
<title>test</title> | |
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> | |
<script> | |
$(function() { | |
}); | |
</script> | |
<style type="text/css" media="screen"> | |
</style> | |
</head> | |
<body> | |
</body></html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment