Skip to content

Instantly share code, notes, and snippets.

@mrmrs
Created February 3, 2014 08:51
Show Gist options
  • Save mrmrs/8780683 to your computer and use it in GitHub Desktop.
Save mrmrs/8780683 to your computer and use it in GitHub Desktop.
Dead simple html 5 template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>
MNML
</title>
<meta name="author" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/i.css">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment