Skip to content

Instantly share code, notes, and snippets.

@Madeirense
Last active August 29, 2015 14:24
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 Madeirense/93a5d53a71f727133ace to your computer and use it in GitHub Desktop.
Save Madeirense/93a5d53a71f727133ace to your computer and use it in GitHub Desktop.
HTML: Starting template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment