Graph

Path: pi-cybernetic/graphify-out/graph.htmlRelative: graphify-out/graph.htmlSubproject: pi-cyberneticCategory: documentation
Lines: 305Bytes: 489,798Imports: 0Exports: 0

Content Preview

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>graphify - graphify-out/graph.html</title>
  6. <script src="https://unpkg.com/vis-network/standalone/umd/vis-network.min.js"></script>
  7. <style>
  8. * { box-sizing: border-box; margin: 0; padding: 0; }
  9. body { background: #0f0f1a; color: #e0e0e0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; display: flex; height: 100vh; overflow: hidden; }
  10. #graph { flex: 1; }
  11. #sidebar { width: 280px; background: #1a1a2e