Skip to content

Instantly share code, notes, and snippets.

@untiground
Created April 4, 2012 03:26
Show Gist options
  • Save untiground/2297551 to your computer and use it in GitHub Desktop.
Save untiground/2297551 to your computer and use it in GitHub Desktop.
html: Start Page
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Page Title</title>
<link rel="stylesheet" href="css/reset.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment