HTML5 Template
Basic HTML5 page template.
Description
HTML5 Template
This shortcut generates a very basic HTML5 template. Very basic. I was tired of either typing each section out or finding it in my files to copy over so I decided to make my life easier. This helps me.
This is what it outputs
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Basic HTML5 Layout | index.html</title>
<link rel="stylesheet" href=""></link>
</head>
<body>
<!-- BEGIN CONTENT -->
<!-- END CONTENT -->
<script src=""></script>
</body>
</html>
The option to either view the raw HTML, copy it to clipboard, or save it are given.