html template page

HTML
<!doctype html>
<html>
<head>
	<title>Some Title</title>
	<meta name="description" content="the description">
	<meta name="author" content="the content">
	<link rel="stylesheet" href="css/main.css">
</head>
<body>
	<h1> Some Body </h1>
	<script src="js/scripts.js"></script>
</body>
</html>
Source

Also in HTML: