Skip to content

Instantly share code, notes, and snippets.

@ChunMinChang
Created December 21, 2014 01:54
Show Gist options
  • Save ChunMinChang/ef24ac697d7fc86cbe82 to your computer and use it in GitHub Desktop.
Save ChunMinChang/ef24ac697d7fc86cbe82 to your computer and use it in GitHub Desktop.
html basic template
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title></title>
<style type="text/css" media="all">
</style>
<script type="text/javascript" charset="utf-8">
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment