Skip to content

Instantly share code, notes, and snippets.

@rogersguedes
Last active August 31, 2018 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rogersguedes/b6de0753d1751de0eb4f112aa15a98c2 to your computer and use it in GitHub Desktop.
Save rogersguedes/b6de0753d1751de0eb4f112aa15a98c2 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="[yourLangHere]">
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="description" content="[yourDescriptionHere]"/>
<meta name="author" content="[yourNameHere]"/>
<link rel="stylesheet" type="text/css" href="[yourCssSourceHere]"/>
<script src="[yourJSsourceHere]"></script>
<title>[Your Title here]</title>
</head>
<body>
<h1>It Works!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment