View difference between Paste ID: LBZJUAVQ and qajumrzk
SHOW: | | - or go back to the newest paste.
1
<!DOCTYPE html>
2
<html>
3
    <head>
4
        <title>Server Data Graph</title>
5
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6
        
7
        <link rel="stylesheet" type="text/css" href="../../lib/joint-js/joint.css" />
8
        <link rel="stylesheet" type="text/css" href="../css/server-data-graph.css" />
9
    </head>
10
    
11
    <body>
12
        <div id="graph-container" class="graph-container">
13
            <div id="graph" class="graph">
14
            </div>
15
        </div>
16
        
17-
        <script type="text/javascript" src="../../lib/joint-js/joint.js"></script> <!-- NOTE:  Be sure to NOTE include the jQuery library when using the JointJS library.  Otherwise, the functions that the pubsub library provides will be unavailable.  Osei, 2013-10-31. -->
17+
        <script type="text/javascript" src="../../lib/joint-js/joint.js"></script>
18-
        <script type="text/javascript" src="../../lib/jquery/plugins/jquery.scrollTo-min.js"></script>
18+
19
        <script type="text/javascript" src="./ServerDataGraph.js"></script>
20
        <script type="text/javascript" src="./app.js"></script>
21
    </body>
22
</html>