Created
February 12, 2017 03:15
-
-
Save ramidem/bd97559eaabfbdf9bde24ed848a3bd93 to your computer and use it in GitHub Desktop.
HTML boilerplate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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