13 lines
271 B
HTML
13 lines
271 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Knowledge Fusion Result</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Results for "{{ url }}"</h1>
|
||
|
<div id="graph"></div>
|
||
|
<script src="https://d3js.org/d3.v5.min.js"></script>
|
||
|
<script src="/static/graph.js"></script>
|
||
|
</body>
|
||
|
</html>
|