20 lines
444 B
HTML
20 lines
444 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>zfp106 UML Diagram for Lab2</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1 style="color: red; background: yellow">
|
|
Made in the dungeons with <u>great pain</u> in PlantUML (Lab4,
|
|
zfp106)
|
|
</h1>
|
|
<p><u>The actual UML diagram below:<u></p>
|
|
<img src="./Layout.svg" alt="Uml Diagram" />
|
|
</body>
|
|
|
|
</html>
|