-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmacbook.html
More file actions
29 lines (23 loc) · 989 Bytes
/
Copy pathmacbook.html
File metadata and controls
29 lines (23 loc) · 989 Bytes
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>macbook</title>
</head>
<a href="index.html">home</a> | <a href="macbook.html">macbook</a> | <a href="ipad.html">ipad</a> | <a href="macstudio.html">macstudio</a> | <a href="order.html"></a>
<h1 style="text-align:center;color: black;">MacBook air</h1>
<body style="background-color:white;"
p><p style="text-align: center;color: black;
font-family: 'Times New Roman', Times, serif;
font-size: x-large;
text-transform: uppercase;">Lean.Machine.M3 Machine</p></p>
<a href="https://www.apple.com/ke/iphone-15/" target="_blank">
<p><p style="text-align: center;color: blue;
font-family: 'Times New Roman', Times, serif;
font-size: x-large;
text-transform: uppercase;">learn more></p></p>
</a>
<img src="images/macbook.png" alt="">
</body>
</html>