mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
12 lines
No EOL
242 B
HTML
12 lines
No EOL
242 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>testing my-element</title>
|
|
<script src="build/document-register-element.js"></script>
|
|
<script src="test/my-element.js"></script>
|
|
</head>
|
|
<body>
|
|
<my-element>
|
|
some content
|
|
</my-element>
|
|
</body> |