Skip to content

Instantly share code, notes, and snippets.

@rebelchris
Last active December 31, 2020 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rebelchris/f13c5acc2c5a833042137540b63b7633 to your computer and use it in GitHub Desktop.
Save rebelchris/f13c5acc2c5a833042137540b63b7633 to your computer and use it in GitHub Desktop.
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>
@rebelchris
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment