Skip to content

Instantly share code, notes, and snippets.

@ramidem
Created February 12, 2017 03:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramidem/bd97559eaabfbdf9bde24ed848a3bd93 to your computer and use it in GitHub Desktop.
Save ramidem/bd97559eaabfbdf9bde24ed848a3bd93 to your computer and use it in GitHub Desktop.
HTML boilerplate
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Base</title>
<link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" />
<meta name="author" content="Med Aduh" />
<meta name="description" content="Learning to Write, Code and Design.">
<meta http-equiv="pragma" content="no-cache" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
</head>
<body>
<h1>Sexy, body!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment