mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-15 09:59:06 -07:00
10 lines
125 B
HTML
10 lines
125 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>TestPlugin</title>
|
|
</head>
|
|
<body>
|
|
<h1>This is a Test Page.</h1>
|
|
</body>
|
|
</html>
|