Skip to main content

Diagram Settings

Profiles

  • «profile» MyProfile

Preview

«profile» MyProfile«stereotype»EntitytableName: String«stereotype»Repository«metaclass»Class«extend»«extend»

Export

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Profile Diagram</title>
  <style>
    body {
      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      margin: 0;
      background: #ffffff;
    }
    .diagram-container {
      padding: 40px;
    }
  </style>
</head>
<body>
  <div class="diagram-container">
    
  </div>
</body>
</html>

Rate this tool