You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="/css/examples.css"/>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to SVG!</h1>
|
|
<svg>
|
|
<circle r="100" cx="10" cy="20" fill="blue" stroke="red" stroke-width="5"/>
|
|
</svg>
|
|
</body>
|
|
</html>
|