Created
January 6, 2014 05:25
-
-
Save japboy/8278661 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> | |
<meta charset="utf-8"> | |
<title>UML: Sequence diagram</title> | |
<link href="//jumly.tmtk.net/release/jumly.min.css" rel="stylesheet"> | |
<script src="//code.jquery.com/jquery-2.0.3.min.js"></script> | |
<script src="//coffeescript.org/extras/coffee-script.js"></script> | |
<script src="//jumly.tmtk.net/release/jumly.min.js"></script> | |
<body> | |
<script type="text/jumly+sequence"> | |
@found 'You', -> | |
@message 'get', 'JUMLY' | |
</script> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment