Last active
October 11, 2019 13:10
-
-
Save nathansizemore/0a9ed5bc5de2a85d847171b236b5493d to your computer and use it in GitHub Desktop.
html5 template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title></title> | |
<meta name="description" content=""> | |
<meta name="author" content="[email protected]"> | |
<link rel="stylesheet" href="main.css"> | |
</head> | |
<body> | |
<script src="main.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment