Base html 5 template with little changes to make
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<title>Rock it</title>
<meta name="description" content="Some content here for SEO">
<meta name="author" content="you(optional)">
<!-- styles here -->
</head>
<body>
<!-- content here -->
<!-- scripts here -->
</body>
</html>