Skip to content

Instantly share code, notes, and snippets.

@cicnavi
Created May 31, 2017 10:24
Show Gist options
  • Save cicnavi/27c70bb99f9f67e97f115e80779de98d to your computer and use it in GitHub Desktop.
Save cicnavi/27c70bb99f9f67e97f115e80779de98d to your computer and use it in GitHub Desktop.
Basic HTML5 Template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Basic HTML5 Template</title>
</head>
<body>
<h1>Hello, world!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment