Skip to content

Instantly share code, notes, and snippets.

@rnz269
Forked from wrburgess/template.html
Created February 4, 2017 16:15
Show Gist options
  • Save rnz269/f55dfd1a85606b6744ad08784cf84eab to your computer and use it in GitHub Desktop.
Save rnz269/f55dfd1a85606b6744ad08784cf84eab to your computer and use it in GitHub Desktop.
HTML Template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Title Text</title>
<link rel="stylesheet" href="[PATH or URL]">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment