kgllm/templates/result.html

13 lines
271 B
HTML
Raw Normal View History

2024-06-09 13:50:16 -04:00
<!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>