Skip to content

Instantly share code, notes, and snippets.

@tswistak
Last active June 4, 2018 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tswistak/0856cedb1b30ac7b0aef903765fed759 to your computer and use it in GitHub Desktop.
Save tswistak/0856cedb1b30ac7b0aef903765fed759 to your computer and use it in GitHub Desktop.
GoJS tutorial part 1, listing 1
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gojs/1.8.12/go.js"></script>
</head>
<body>
<div id="diagram-content" style="height: 800px; border: 1px solid black;"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment