Skip to content

Commit

Permalink
Update uml.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ImenBoulab authored Nov 18, 2024
1 parent 4a5b8d5 commit 6a55078
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions uml.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
classDiagram
<!doctype html>
<html lang="en">
<body>
<pre class="mermaid">
classDiagram
Portfolio --|> Page
Portfolio --|> Project
Portfolio --|> cv
Expand All @@ -18,4 +22,9 @@
class CV{
+string fichier
}

</pre>
<script type="module">
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs';
</script>
</body>
</html>

0 comments on commit 6a55078

Please sign in to comment.