Skip to content

Instantly share code, notes, and snippets.

@saifazmi
Forked from saifullah-azmi/gist:7b0f1c5a9e20d0299e1b
Last active March 15, 2017 09:59
Show Gist options
  • Save saifazmi/829680d3d3d77bf16807 to your computer and use it in GitHub Desktop.
Save saifazmi/829680d3d3d77bf16807 to your computer and use it in GitHub Desktop.
Snippet: HTML5 starting template
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="assets/img/favicon.ico" />
<title>__Hello_Web__</title>
<!-- External Stylesheets here (as needed) -->
<link rel="stylesheet" href="stylesheets/main.css">
</head>
<body>
<!-- @TODO: Stuff goes here -->
<!-- @TODO: SCRIPTs go here -->
<!--~~~~~~~~~~~~~~~~~~~~~~~~-->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment