Skip to content

Instantly share code, notes, and snippets.

@RockyMyx
Created May 19, 2013 02:08
Show Gist options
  • Save RockyMyx/5606397 to your computer and use it in GitHub Desktop.
Save RockyMyx/5606397 to your computer and use it in GitHub Desktop.
HTML: Test-Template
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>Test</title>
<style type="text/css">
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
</head>
<body>
<script type="text/javascript">
$(function(){
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment