mirror of
https://github.com/servo/servo.git
synced 2025-07-13 02:13:40 +01:00
10 lines
231 B
HTML
10 lines
231 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>x-element custom element</title>
|
|
<link rel="author" title="Sergey G. Grekhov" href="mailto:sgrekhov@unipro.ru">
|
|
</head>
|
|
<body>
|
|
<x-element id="x-element"></x-element>
|
|
</body>
|
|
</html>
|