Compare commits
17 Commits
436325cd85
...
main
Author | SHA1 | Date | |
---|---|---|---|
fd161e4fd8 | |||
055ae63a7a | |||
1cad560342 | |||
84b7329d4d | |||
5660449711 | |||
cd5cdcec11 | |||
85f93568de | |||
5d29b9e18e | |||
acb6ba0f39 | |||
973f2c1b31 | |||
bf30683399 | |||
7a29cb16cd | |||
78af9eb907 | |||
fab9d60a86 | |||
7cd08af5dc | |||
222127d6e6 | |||
ddc334977b |
BIN
odin-links-and-images/images/dog.jpg
Normal file
BIN
odin-links-and-images/images/dog.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
18
odin-links-and-images/index.html
Normal file
18
odin-links-and-images/index.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html lang="en">
|
||||
<meta charset="UTF-8">
|
||||
|
||||
<head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>Homepage</h1>
|
||||
<a href="https://www.theodinproject.com/about">About The Odin Project</a>
|
||||
|
||||
<a href="./pages/about.html">About</a>
|
||||
|
||||
<img src="./images/dog.jpg" alt="dog">
|
||||
</body>
|
||||
|
||||
</html>
|
14
odin-links-and-images/pages/about.html
Normal file
14
odin-links-and-images/pages/about.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Odin Links and Images</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>About Page</h1>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user