Skip to content

Instantly share code, notes, and snippets.

@tienloc1
Last active December 14, 2015 10:18
Show Gist options
  • Save tienloc1/5070861 to your computer and use it in GitHub Desktop.
Save tienloc1/5070861 to your computer and use it in GitHub Desktop.
html5 index
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Title of This Web Page</title>
<meta name="description" content="Description of the content of this web page." />
<link type="icon" href="images/logo-polo360.png">
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div id="page-wrap">
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment