More renaming. Hopefully fixed version number.

This commit is contained in:
storm
2024-10-17 10:33:20 -04:00
parent b669e9b5ae
commit 36f0ecb4e2
400 changed files with 55769 additions and 55769 deletions

View File

@ -5,7 +5,7 @@
var myImg = document.getElementById('myImage');
function myMessage() {
alert('Welcome to mouseover-enabled Orca!');
alert('Welcome to mouseover-enabled Cthulhu!');
}
if(myImg.addEventListener) {
@ -18,7 +18,7 @@ else {
</script>
<body>
<p>Mouseover which will present an traditional alert:</p>
<p><img id="myImage" src="cthulhu-for-tests.jpg" alt="Orca Logo" onMouseOver="myMessage();"></p>
<p><img id="myImage" src="cthulhu-for-tests.jpg" alt="Cthulhu Logo" onMouseOver="myMessage();"></p>
</body>
</html>