Added smiley

This commit is contained in:
2019-05-23 08:58:59 +02:00
parent c6818c8430
commit fa3c4d744e

10
uebung4/smiley.html Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Smiley</title>
</head>
<body>
<canvas id="canvas" weight="400" height="400">Falls der Browser kein Canvas unterstützt, wird das hier angezeigt.</canvas>
</body>
</html>