Skip to content

Instantly share code, notes, and snippets.

@dtcristo
Last active June 17, 2019 12:15
Show Gist options
  • Save dtcristo/892daa90734ab3fddf9b27157771ac62 to your computer and use it in GitHub Desktop.
Save dtcristo/892daa90734ab3fddf9b27157771ac62 to your computer and use it in GitHub Desktop.
HTML5 document
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Page Title</title>
<link rel="stylesheet" href="style.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