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

@ -8,7 +8,7 @@ function myMessage(msg) {
//-->
</script>
<body>
<p>Clickable image: <img src="cthulhu-for-tests.jpg" alt="Orca Logo" onClick="myMessage('image clicked');">More text.</p>
<p>Clickable image: <img src="cthulhu-for-tests.jpg" alt="Cthulhu Logo" onClick="myMessage('image clicked');">More text.</p>
<p>Clickable span: <span onClick="myMessage('span clicked');">Click Me.</span> More text.</p>
<p>Clickable div: <div onClick="myMessage('div clicked');">Click Me.</div> More text.</p>
</body>