Skip to content

Instantly share code, notes, and snippets.

@u2takey
u2takey / dabblet.html
Created December 17, 2017 08:52 — forked from csssecrets/dabblet.css
Untitled
<html><body> <h1>My first SVG</h1> <svg xmlns="http://www.w3.org/2000/svg" version="1.1"> <circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="red" /></svg> </body></html>