21 lines
404 B
HTML
21 lines
404 B
HTML
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
|
|
<title>Music Graph</title>
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
|
|
<meta name="description" content="" />
|
|
|
|
<link rel="icon" href="favicon.png" />
|
|
</head>
|
|
|
|
<body>
|
|
<svg width="1000" height="1000"></svg>
|
|
<script src="dist/graph.js" type="module"></script>
|
|
</body>
|
|
</html>
|