2024-05-31 23:13:38 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title>Kalzu</title>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2024-06-02 00:12:19 +03:00
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/sigma.js/2.4.0/sigma.min.js" integrity="sha512-iiPEYww3QXZU5C795JnnINBRNgHqDnRHs9mA7aJoqx4pNE4u3CknCDGmePHFoHtKR/6C9aIcRFa+HJ6obtlteQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/graphology/0.25.4/graphology.umd.min.js" integrity="sha512-tjMBhL9fLMcqoccPOwpRiIQIOAyUh18lWUlUvE10zvG1UNMfxUC4qSERmUq+VF30iavIyqs/q6fSP2o475FAUw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
2024-06-01 16:14:29 +03:00
|
|
|
<script src="/static/d3.v7.min.js"></script>
|
2024-06-02 00:12:19 +03:00
|
|
|
<style>
|
|
|
|
#container {
|
|
|
|
height: 95vh;
|
|
|
|
}
|
|
|
|
</style>
|
2024-05-31 23:13:38 +03:00
|
|
|
</head>
|
2024-06-01 19:43:18 +03:00
|
|
|
<body style="background: #eee">
|
2024-06-01 16:14:29 +03:00
|
|
|
<div id="container"></div>
|
|
|
|
<script src="/static/index.js"></script>
|
2024-05-31 23:13:38 +03:00
|
|
|
</body>
|
|
|
|
</html>
|