[267] | 1 | <!DOCTYPE html> |
---|
| 2 | <!-- |
---|
| 3 | To change this license header, choose License Headers in Project Properties. |
---|
| 4 | To change this template file, choose Tools | Templates |
---|
| 5 | and open the template in the editor. |
---|
| 6 | --> |
---|
| 7 | <html> |
---|
| 8 | <head> |
---|
| 9 | <script src="./jquery-1.11.1.min.js"></script> |
---|
| 10 | <script src="./d3.v3.min.js" charset="utf-8"></script> |
---|
| 11 | <script type="text/javascript" src="http://uedayou.net/SPARQLTimeliner/js_sparql/sparql.js" charset="UTF-8"></script> |
---|
| 12 | <script src="./newsparqlbuilder-test.js"></script> |
---|
| 13 | <script src="select2.min.js"></script> |
---|
| 14 | <link href="select2.css" rel="stylesheet"/> |
---|
| 15 | <link rel="stylesheet" href="./newsparqlbuilder.css" type="text/css" /> |
---|
| 16 | </head> |
---|
| 17 | <body> |
---|
| 18 | <div id="wrap" style="width:30%;"> |
---|
| 19 | <div id="SPARQLBUILDER"> |
---|
| 20 | </div> |
---|
| 21 | </div> |
---|
| 22 | </body> |
---|
| 23 | </html> |
---|