Files
school_archives/OSU Coursework/CS 381 - Programming Language Fundamentals/Homework 3/MiniMiniLogo.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>