Skip to content

Instantly share code, notes, and snippets.

@davidemaser
Last active February 1, 2016 17:04
Show Gist options
  • Select an option

  • Save davidemaser/53012b60eeeb2346798c to your computer and use it in GitHub Desktop.

Select an option

Save davidemaser/53012b60eeeb2346798c to your computer and use it in GitHub Desktop.
Just the most incredibly simple barebones html
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
</head>
<body>
</body>
</html>
@davidemaser

Copy link
Copy Markdown
Author

Just the most incredibly simple barebones html

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