Skip to content

Instantly share code, notes, and snippets.

@hodadgists
Created June 11, 2013 00:26
Show Gist options
  • Save hodadgists/5753635 to your computer and use it in GitHub Desktop.
Save hodadgists/5753635 to your computer and use it in GitHub Desktop.
HTML: Basic HTML Structure
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" type="text/css" href="css/css.css">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment