mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 13:41:13 +00:00
14 lines
619 B
HTML
14 lines
619 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head><title>MiniLogo Semantics Viewer</title></head>
|
|
<body>
|
|
<svg width='100%' viewBox='0 0 820 420'>
|
|
<rect x='7' y='7' width='806' height='405' style='fill:none;stroke:black;stroke-width:2'/>
|
|
<polyline points='80,380 100,380 100,360 80,360 80,380' style='fill:white;stroke:red;stroke-width:2'/>
|
|
<polyline points='70,350 110,320' style='fill:white;stroke:red;stroke-width:2'/>
|
|
<polyline points='70,320 110,350' style='fill:white;stroke:red;stroke-width:2'/>
|
|
<polyline points='30,370 30,360 40,360 40,350 50,350 50,340 60,340' style='fill:white;stroke:red;stroke-width:2'/>
|
|
</svg>
|
|
</body>
|
|
</html>
|