Remove test iframe HTML files

Deleted __test-iframe/index.html and __test-iframe/index2.html as they are no longer needed for testing embedded video functionality.
This commit is contained in:
Yiannis Christodoulou
2026-01-09 08:50:44 +02:00
parent 2db3e4798e
commit 82314fe4b8
2 changed files with 0 additions and 50 deletions

View File

@@ -1,21 +0,0 @@
<html>
<body>
<h2>Embed Video with showTitle=0</h2>
<iframe
width="560"
height="315"
src="http://localhost/embed?m=6WShYNxZx&showTitle=0"
frameborder="0"
allowfullscreen
></iframe>
<h2>Embed Video with showTitle=1</h2>
<iframe
width="560"
height="315"
src="http://localhost/embed?m=SOgLTsrAH&showTitle=1"
frameborder="0"
allowfullscreen
></iframe>
</body>
</html>

View File

@@ -1,29 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MediaCMS Embed Test</title>
<style>
/* CSS Reset for full-page iframe */
html,
body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
overflow: hidden;
background-color: #000;
}
</style>
</head>
<body>
<iframe
src="http://localhost/embed?m=6WShYNxZx&showTitle=1&showRelated=1&showUserAvatar=0&linkTitle=0"
width="100%"
height="100%"
frameborder="0"
allowfullscreen
></iframe>
</body>
</html>