first commit
This commit is contained in:
commit
fec4b6dd70
36
index.html
Normal file
36
index.html
Normal 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
BIN
pictures/elephant.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
BIN
pictures/giraffe.jpg
Normal file
BIN
pictures/giraffe.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
BIN
pictures/paw_print.jpg
Normal file
BIN
pictures/paw_print.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Loading…
Reference in New Issue
Block a user