Daily Dev Tips HTML5 Boilerplate
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Daily Dev Tips Boilerplate</title> | |
<meta name="description" content="Basic HTML boilerplate"> | |
<meta name="author" content="Daily Dev Tips"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<link rel="stylesheet" href="css/style.css"> | |
</head> | |
<body> | |
<!-- Your content goes here --> | |
<script src="js/main.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
More information on this boilerplate: https://daily-dev-tips.com/posts/html5-starting-boilerplate-template/