<!DOCTYPE html>
<html>

  <body>
    <h1>Hallo SVG!</h1>
    
    <svg id="svg" width="200" height="200" viewBox="0 0 74 74">
	    <circle fill="#F0CA00" cx="37" cy="37" r="37"/> 
      <circle fill="#008754" cx="37" cy="37" r="35"/> 
	    <circle fill="#F0CA00" cx="37" cy="37" r="25"/> 
    	<path fill="#008754" d="m 44.5,34 -15,0 0,-16 -6,0 0,38 6,0 0,-17 15,0 0,17 6,0 0,-38 -6,0 z"/>
    </svg>
    
    <p>
      Die gesamte SVG-&Uuml;bung findest du auf der 
      <a href="http://coderdojo-linz.github.io/trainingsanleitungen/web/erste-schritte-mit-svg.html">CoderDojo Linz</a>
      Seite.
    </p>
  </body>

</html>