Initial commit
This commit is contained in:
commit
282eb4c547
5 changed files with 142 additions and 0 deletions
14
index.html
Normal file
14
index.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue