Skip to content

Instantly share code, notes, and snippets.

@karmiphuc
Created January 26, 2014 11:36
Show Gist options
  • Save karmiphuc/8631405 to your computer and use it in GitHub Desktop.
Save karmiphuc/8631405 to your computer and use it in GitHub Desktop.
HTML5 Template
<html lang="vi">
<head>
<meta charset="UTF-8" />
<title>Test | KarmiPhuc</title>
<!-- đặt CSS ở thẻ head -->
<link...>
</head>
<body>
<!-- HTML here ...-->
<!-- đặt JS trước khi đóng body -->
<script...>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment