~smagoun/whoopsie/whoopsie-lp1017637

« back to all changes in this revision

Viewing changes to backend/stats/static/js/d3/examples/sort/sort.html

  • Committer: Evan Dandrea
  • Date: 2012-05-09 05:53:45 UTC
  • Revision ID: evan.dandrea@canonical.com-20120509055345-z2j41tmcbf4as5uf
The backend now lives in lp:daisy and the website (errors.ubuntu.com) now lives in lp:errors.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html>
2
 
<html>
3
 
  <head>
4
 
    <title>Merge Sort</title>
5
 
    <script type="text/javascript" src="../../d3.v2.js"></script>
6
 
    <link type="text/css" rel="stylesheet" href="sort.css"/>
7
 
  </head>
8
 
  <body>
9
 
    <div id="chart"></div>
10
 
    <script type="text/javascript" src="sort.js"></script>
11
 
  </body>
12
 
</html>