added some test pages

This commit is contained in:
Owen Quinlan 2021-11-04 21:00:34 +11:00
parent 3dd7116b25
commit 0e0389ad10
8 changed files with 55 additions and 0 deletions

37
CDNtest/ImageTest.html Normal file
View file

@ -0,0 +1,37 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
body{
background-color: black;
}
</style>
</head>
<body>
<table">
<tr>
<td><img src="./images/FSRoff-cropped.jpg"></td>
</tr>
<tr>
<td><img src="./images/FSRoff.png"></td>
</tr>
<tr>
<td><img src="./images/FSRon-cropped.jpg"></td>
</tr>
<tr>
<td><img src="./images/FSRon.png"></td>
</tr>
<tr>
<td><img src="./images/FullRes-cropped.jpg"></td>
</tr>
<tr>
<td><img src="./images/FullRes.png"></td>
</tr>
</table>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
CDNtest/images/FSRoff.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

BIN
CDNtest/images/FSRon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

BIN
CDNtest/images/FullRes.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 MiB

18
CDNtest/videotest.html Normal file
View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Video test
</title>
<style>
body{
background-color: black;
}
</style>
</head>
<body>
<div style="position: center; padding-top: 56.25%;"><iframe src="https://iframe.videodelivery.net/e38e9908b0866c26bd444a9d7aa0483c?preload=true" style="border: none; position: absolute; top: 0; left: 0; height: 720px; width: 1280px;" allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;" allowfullscreen="true"></iframe></div>
</body>
</html>