-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsuggestion.html
68 lines (55 loc) · 1.97 KB
/
suggestion.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
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Suggestion</title>
<link rel="stylesheet" href="/dist/helper.css">
<link rel="stylesheet" href="/dist/suggestion.css">
</head>
<body>
<div class="title">
<a href="/index.html"><img src="/Resource/back-dark.svg" alt="" class="back-Btn"></a>
<h1 class="jockey-one-regular" style="font-size: 4rem;">DELHI</h1>
<div>
<div class="top-text inter" style="color: #b2b2b2;">Best Time to Visit</div>
<div class="main-text inter">Afternoon</div>
</div>
</div>
<a class="card" href="place.html">
<!-- <img src="/Resource/Humayun's tomb - 1.png" alt="">
<div class="details">
<h3 id="placename" class="jockey-one-regular">Humayun's tomb</h3>
<div class="rating">
<span class="stars"></span>
4.5
</div>
</div> -->
<img src="/Resource/card.png" alt="" >
</a>
<span></span>
<a class="card" href="place.html">
<!-- <img src="/Resource/Humayun's tomb - 1.png" alt="">
<div class="details">
<h3 id="placename" class="jockey-one-regular">Humayun's tomb</h3>
<div class="rating">
<span class="stars"></span>
4.5
</div>
</div> -->
<img src="/Resource/card.png" alt="" >
</a>
<span></span>
<a class="card" href="place.html">
<!-- <img src="/Resource/Humayun's tomb - 1.png" alt="">
<div class="details">
<h3 id="placename" class="jockey-one-regular">Humayun's tomb</h3>
<div class="rating">
<span class="stars"></span>
4.5
</div>
</div> -->
<img src="/Resource/card.png" alt="" >
</a>
</body>
</html>