Quick and simple HTML5 page skeleton template

<!doctype html>
<html lang="en">
<head>
 <meta charset="utf-8">
 <title>Site Title</title>
 <meta name="description" content="Site Description">
 <meta name="author" content="Jeff Steinport">
 <link rel="stylesheet" href="css/styles.css?v=1.0">
</head>
<body>
 <script src="js/scripts.js"></script>
</body>
</html>