Created
April 1, 2016 15:21
-
-
Save BrianGenisio/44e6e902a2d1acb898a78173428ae1c8 to your computer and use it in GitHub Desktop.
This file contains 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
<script type="text/javascript" src="http://cdn.jsdelivr.net/clippy.js/1.0/clippy.min.js"></script> | |
<link rel="stylesheet" type="text/css" href="http://cdn.jsdelivr.net/clippy.js/1.0/clippy.min.css" media="all"> | |
<script type="text/javascript"> | |
clippy.load('Clippy', function(agent) { | |
agent.show(); | |
agent.speak('Hello! It looks like you are trying to log in! I\'m here to help.'); | |
setInterval(function() { | |
agent.animate(); | |
}, 5000); | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment