-
Notifications
You must be signed in to change notification settings - Fork 0
/
models.html
29 lines (28 loc) · 895 Bytes
/
models.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fashion Beauty ModelsLook</title>
</head>
<body>
<center>
<h1>Our Models</h1>
<a href="index.html">Home</a>
<a href="products.html">Products</a>
<a href="#">ModelsLook</a>
<a href="contact.html">Contact</a>
<br><br>
<table>
<tr>
<td><img src="images/model1.jpg" width="360" height="400"></td>
<td><img src="images/model2.webp" width="360" height="400"></td>
</tr>
<tr>
<td><img src="images/model3.webp" width="360" height="400"></td>
<td><img src="images/model4.jpeg" width="360" height="400"></td>
</tr>
</table>
</center>
</body>
</html>