mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 21:51:15 +00:00
Added programming language fundamentals code. More to come.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user