Compare commits

...

3 Commits

Author SHA1 Message Date
fd161e4fd8 added alt="dog 2025-08-27 10:30:43 +00:00
055ae63a7a added img src="./images/dog.jpg 2025-08-27 10:19:28 +00:00
1cad560342 created images dicitonary and added dog.jpg 2025-08-27 10:18:19 +00:00
2 changed files with 3 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

View File

@@ -9,7 +9,10 @@
<h1>Homepage</h1> <h1>Homepage</h1>
<a href="https://www.theodinproject.com/about">About The Odin Project</a> <a href="https://www.theodinproject.com/about">About The Odin Project</a>
<a href="./pages/about.html">About</a> <a href="./pages/about.html">About</a>
<img src="./images/dog.jpg" alt="dog">
</body> </body>
</html> </html>