Skip to content

Instantly share code, notes, and snippets.

@chealwoo
Last active December 19, 2015 05:29
Show Gist options
  • Select an option

  • Save chealwoo/5905032 to your computer and use it in GitHub Desktop.

Select an option

Save chealwoo/5905032 to your computer and use it in GitHub Desktop.
HTML: Starting Template
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title> This is New Document </title>
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<script src="http//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment