14 lines
No EOL
358 B
HTML
14 lines
No EOL
358 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8"/>
|
|
<title>Data Lineage Visualizer</title>
|
|
<link rel="stylesheet" href="styles.css"/>
|
|
</head>
|
|
<body>
|
|
<div id="container">
|
|
<div id="graphTitle" class="graph-title">Data Lineage - Network Graph Visualization</div>
|
|
</div>
|
|
<script type="module" src="script.js"></script>
|
|
</body>
|
|
</html> |