Skip to content

Instantly share code, notes, and snippets.

@placidrod
Last active August 29, 2015 14:14
Show Gist options
  • Save placidrod/45d5c3eef839a262aef0 to your computer and use it in GitHub Desktop.
Save placidrod/45d5c3eef839a262aef0 to your computer and use it in GitHub Desktop.
HTML: Starting Template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<link rel="stylesheet" type="text/css" href="">
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment