first commit

This commit is contained in:
Zhikharev 2024-09-24 12:43:56 +03:00
commit fec4b6dd70
4 changed files with 36 additions and 0 deletions

36
index.html Normal file
View File

@ -0,0 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<title>Wild Animals Blog</title>
<meta charset="utf-8">
</head>
<body align=center>
<img width=100px src="pictures/paw_print.jpg">
<h1>Wild Animals</h1>
<small>- Blog about nature -</small>
<br>
<br>
<br>
<br>
<p>Let's talk about wild animals around the world:</p>
<h2>Giraffe</h2>
<img src="pictures/giraffe.jpg">
<p><b>Area:</b> Africa</p>
<p><b>Weight:</b> 900-1200kg</p>
<p><b>Height:</b> 6m</p>
<br>
<h2>Elehant</h2>
<img width=350px src="pictures/elephant.jpg">
<p><b>Area:</b> Africa, Asia</p>
<p><b>Weight:</b> 4000-7000kg</p>
<p><b>Height:</b> 3m</p>
<br>
</body>
</html>

BIN
pictures/elephant.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

BIN
pictures/giraffe.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

BIN
pictures/paw_print.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB