Deployed the page to Github Pages.

This commit is contained in:
Batuhan Berk Başoğlu 2024-11-03 21:30:09 -05:00
parent 1d79754e93
commit 2c89899458
Signed by: batuhan-basoglu
SSH key fingerprint: SHA256:kEsnuHX+qbwhxSAXPUQ4ox535wFHu/hIRaa53FzxRpo
62797 changed files with 6551425 additions and 15279 deletions

View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html style="overflow: auto;">
<head>
<title>The Visibility of Everyday Things</title>
</head>
<body style="overflow: hidden;">
<!-- When the test is run, the window is resized to less than 700 pixels high -->
<p>This image is copyright Simon Stewart and donated to the Selenium project for use in its test suites.
</p>
<img src="beach.jpg" height="480" width="640" alt="a nice beach">
<!-- So this is off screen -->
<iframe width="100%" height="1000" name="resultsFrame" src="xhtmlTest.html"></iframe>
</body>
</html>