2014-03-11 15:24:31 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>bpmn-js demo</title>
|
2014-03-13 19:21:42 +00:00
|
|
|
|
2014-03-18 16:01:24 +00:00
|
|
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="app.css" />
|
|
|
|
<link rel="stylesheet" href="diagram-js.css" />
|
|
|
|
<link rel="stylesheet" href="http://fontawesome.io/assets/font-awesome/css/font-awesome.css" />
|
2014-03-11 15:24:31 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2014-03-18 16:01:24 +00:00
|
|
|
<div class="content" id="js-drop-zone">
|
2014-03-13 19:21:42 +00:00
|
|
|
|
2014-03-18 16:01:24 +00:00
|
|
|
<div class="intro">
|
|
|
|
<div class="note">
|
|
|
|
Drop BPMN diagram from your desktop or <a id="js-create-diagram" href>create a new diagram</a> to get started.
|
|
|
|
</div>
|
|
|
|
</div>
|
2014-03-11 15:24:31 +00:00
|
|
|
|
2014-03-18 16:01:24 +00:00
|
|
|
<div class="canvas" id="js-canvas"></div>
|
|
|
|
</div>
|
2014-03-11 15:24:31 +00:00
|
|
|
|
2014-03-18 16:01:24 +00:00
|
|
|
<div class="logo"></div>
|
2014-03-11 15:24:31 +00:00
|
|
|
|
2014-03-18 16:01:24 +00:00
|
|
|
<div class="buttons">
|
|
|
|
<a id="js-download-diagram" href>
|
|
|
|
<i class="fa fa-download fa-3"></i>
|
|
|
|
</a>
|
|
|
|
</div>
|
2014-03-11 15:24:31 +00:00
|
|
|
|
2014-03-18 16:01:24 +00:00
|
|
|
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
|
2014-03-11 15:24:31 +00:00
|
|
|
|
2014-03-18 16:01:24 +00:00
|
|
|
<script src="../bpmn.js"></script>
|
|
|
|
<script src="app.js"></script>
|
2014-03-11 15:24:31 +00:00
|
|
|
</html>
|