Skip to content

Instantly share code, notes, and snippets.

@peteymoore
peteymoore / gist:5392815
Last active December 16, 2015 06:39 — forked from nfrade/gist:4446653
HTML5 barebones template
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>HTML5 Template</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
</body>