-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (66 loc) · 2.35 KB
/
index.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://fonts.googleapis.com/css2?family=Sono&display=swap"
rel="stylesheet"
type="text/css"
/>
<link rel="stylesheet" href="style.css" />
<title>My website</title>
</head>
<body>
<nav>
<a href="#">Home</a><span class="tab"></span> <a href="menu.html">Menu</a
><span class="tab"></span> <a href="#">Contact us</a
><span class="tab"></span> <a href="#">Review</a><span class="tab"></span>
</nav>
<div class="container">
<header>
<h2>Welcome to ID house</h2>
<p>
Shwe Nyar Thu is one of the best known ethnic computer parts store in
Myanmar.. The brand has five branches in total, each branch contains
its own unique parts, which targets its own customers.
</p>
<p>
Shwe Nyar Thu is a must-go see Burmese computer store that is
recognised by Myanmar Computer Guide and guaranteed by all Local
customers throughout the city and numerous international travellers
for its great parts and extra ordinary local customer experience.
</p>
</header>
<table>
<tr>
<td><img src="cpu.webp" alt="cpu" /></td>
<td><img src="gpu.jfif" alt="gpu" style="width: 350px" /></td>
<td><img src="cpufan.jfif" alt="cpufan" /></td>
<td><img src="motherboard.jfif" alt="mother" /></td>
</tr>
</table>
<section>
<aside>
<h2>Today's discounts on parts</h2>
<ul>
<li>Ryzen 9 5900x 50% off</li>
<li>RTX 3060 30% off</li>
<li>NZXT Kraken M22 25% off</li>
</ul>
</aside>
</section>
<br />
<h2>Best high performance pc parts for everyone</h2>
<p>
We offer high performance computer parts and accessories that offer a
powerful pc and will make your gaming experience 3x better. We have
different companies' pc parts from Nvidia, Intel and AMD.
</p>
</div>
<footer>
<p>Copyright @ 2022. All rights reserved.</p>
</footer>
</body>
</html>