Created
November 22, 2017 00:52
-
-
Save pardamike/506e0e7b56ed3fb1cce794a9d425ab10 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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