Skip to content

Instantly share code, notes, and snippets.

@pardamike
Created November 22, 2017 00:52
Show Gist options
  • Save pardamike/506e0e7b56ed3fb1cce794a9d425ab10 to your computer and use it in GitHub Desktop.
Save pardamike/506e0e7b56ed3fb1cce794a9d425ab10 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>
<!-- We want to append our span to the div below -->
<div id="someDiv">Add your span element to me!</div>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" crossorigin="anonymous"></script>
<script>
/* Javascript in here */
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment