HTML5 Template
2020-01-25
Basic
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>HTML5 Template</title>
<meta name="description" content="An HTML5 Template" />
<meta name="author" content="Bo Allen" />
<link rel="shortcut icon" href="./favicon.ico" />
<link rel="stylesheet" href="./css/styles.css" type="text/css" />
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="./js/scripts.js"></script>
</body>
</html>
Kitchen Sink
PreviewDownload