-
Notifications
You must be signed in to change notification settings - Fork 231
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (87 loc) · 2.7 KB
/
index.html
File metadata and controls
89 lines (87 loc) · 2.7 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>KhGaurik</title>
<link rel="stylesheet" href="style.css" />
<script src="popup.js"></script>
</head>
<body>
<div class="hero">
<nav>
<h1><span>MY</span>Site</h1>
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="product.html">Products</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<button>Sign Up!</button>
</nav>
<div class="uptex">
<h1>Buy my products! Today! Here! and Now!</h1>
<p>
Only a true khgaurik fan can have these products and that also with
50% discount
</p>
</div>
</div>
<section id="main">
<div class="card">
<a href="all_pro.html">
<div class="im">
<img src="./car.jpeg" alt="" />
</div>
<div class="cos"><h1>This is my New Digital Art!</h1></div>
<div class="cost" id="cost"><p>Cost: {Use Js}</p></div>
<div class="tex">
<p>I want you to buy and become a true khgaurik fan!</p>
</div>
</a>
</div>
<div class="card">
<a href="all_pro.html">
<div class="im">
<img src="./car.jpeg" alt="" />
</div>
<div class="cos"><h1>This is my New Digital Art!</h1></div>
<div class="cost" id="cost"><p>Cost: {Use Js}</p></div>
<div class="tex">
<p>I want you to buy and become a true khgaurik fan!</p>
</div>
</a>
</div>
<div class="card">
<a href="all_pro.html">
<div class="im">
<img src="./car.jpeg" alt="" />
</div>
<div class="cos"><h1>This is my New Digital Art!</h1></div>
<div class="cost" id="cost"><p>Cost: {Use Js}</p></div>
<div class="tex">
<p>I want you to buy and become a true khgaurik fan!</p>
</div>
</a>
</div>
<div class="card">
<a href="all_pro.html">
<div class="im">
<img src="./car.jpeg" alt="" />
</div>
<div class="cos"><h1>This is my New Digital Art!</h1></div>
<div class="cost" id="cost"><p>Cost: {Use Js}</p></div>
<div class="tex">
<p>I want you to buy and become a true khgaurik fan!</p>
</div>
</a>
</div>
<button><a href="product.html">Learn more here</a></button>
</section>
<footer>
<ul>
<li>©Hacktoberfest2023</li>
<li>All Rights Reserved.</li>
</ul>
</footer>
</body>
</html>