Skip to content

Instantly share code, notes, and snippets.

@tjoskar
Last active October 1, 2015 15:28
Show Gist options
  • Save tjoskar/2016342 to your computer and use it in GitHub Desktop.
Save tjoskar/2016342 to your computer and use it in GitHub Desktop.
HTML: Start
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="reset.css" />
<link rel="stylesheet" href="style.css" />
<title>Test</title>
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment