Skip to content

Instantly share code, notes, and snippets.

@pardamike
Last active November 21, 2017 23:48
Show Gist options
  • Save pardamike/5f9bcfd5ecd74941e4b8204dd91c3d92 to your computer and use it in GitHub Desktop.
Save pardamike/5f9bcfd5ecd74941e4b8204dd91c3d92 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<meta name="description" content="">
<meta name="author" content="">
</head>
<style>
/* Styles in here */
</style>
<body>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" crossorigin="anonymous"></script>
<script>
/* JS in here */
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment