summaryrefslogtreecommitdiffstats
path: root/web-gui/plot/source/index.html
blob: 78b9e21269d8799ee6152831bb374c25deea5977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <title>plot</title>
  <script type="text/javascript" src="script/plot.js"></script>
  <script type="text/javascript" src="script/jquery-1.4.2.min.js"></script>
  <script>jQuery.noConflict();</script>
  <script type="text/javascript" src="script/jquery.flot.min.js"></script>
</head>
<body></body>
</html>