mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-02 16:01:37 +00:00
13 lines
286 B
HTML
13 lines
286 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>SVG custom element</title>
|
|
<link rel="author" title="Aleksei Yu. Semenov" href="mailto:a.semenov@unipro.ru">
|
|
</head>
|
|
<body>
|
|
<svg height="100" width="100">
|
|
<x-svg-element id="x-svg-element"></x-element>
|
|
</svg>
|
|
</body>
|
|
</html>
|