-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathposts.html
More file actions
169 lines (167 loc) · 4.75 KB
/
posts.html
File metadata and controls
169 lines (167 loc) · 4.75 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<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" />
<title>Posts</title>
<link rel="stylesheet" href="posts.css" />
</head>
<body>
<h1 class="heading">Top posts on Instagram</h1>
<div class="banner">
<img src="Media/posts_image.png" alt="Banner" />
</div>
<div class="flex-container">
<div class="flex">
<a
href="https://www.instagram.com/mymessagez/"
target="_blank"
rel="noopener noreferrer"
>
<img
src="Media/Twitter Quote Template for Social Media (1).png"
alt=""
/>
</a>
@mymessagez
</div>
<div class="flex">
<a
href="https://www.instagram.com/p/CLxDIm5n0HT/?utm_source=ig_web_copy_link"
target="_blank"
rel="noopener noreferrer"
>
<img src="Media/IMG_20210227_003056_487.jpg" alt="" />
</a>
@mymessagez
</div>
<div class="flex">
<a
href="https://www.instagram.com/mymessagez/"
target="_blank"
rel="noopener noreferrer"
><img src="Media/IMG_20210325_205201_770.jpg" alt="" />
</a>
@mymessagez
</div>
<div class="flex">
<a
href="https://www.instagram.com/mymessagez/"
target="_blank"
rel="noopener noreferrer"
>
<img src="Media/IMG_20210510_171515_975.jpg" alt="" />
</a>
@mymessagez
</div>
<div class="flex">
<a
href="https://www.instagram.com/p/CPC24hNHJih/?utm_source=ig_web_copy_link"
target="_blank"
rel="noopener noreferrer"
>
<img src="Media/IMG_20210519_120425_393.jpg" alt="" />
</a>
@mymessagez
</div>
<div class="flex">
<a
href="https://www.instagram.com/p/CPbJViunNqM/?utm_source=ig_web_copy_link"
target="_blank"
rel="noopener noreferrer"
>
<img
src="Media/Purple Sky and Clouds Self Reminder instagram Post.png"
alt=""
/>
</a>
@mymessagez
</div>
<div class="flex">
<a
href="https://www.instagram.com/p/CPoMtryHqT4/?utm_source=ig_web_copy_link"
target="_blank"
rel="noopener noreferrer"
>
<img
src="Media/Gradient Mindful Motivational Quote Template For Social Media.png"
alt=""
/>
</a>
@mymessagez
</div>
<div class="flex">
<a
href="https://www.instagram.com/p/CQYYyXhH173/?utm_source=ig_web_copy_link"
target="_blank"
rel="noopener noreferrer"
>
<img src="Media/Twitter Quote Template for Social Media.png" alt="" />
</a>
@mymessagez
</div>
<div class="flex">
<a
href="https://www.instagram.com/p/CNAv9EgnE5T/?utm_source=ig_web_copy_link"
target="_blank"
rel="noopener noreferrer"
>
<img
src="Media/White Black and Orange Sunset Nature Camping Photo Mood inspiration Fourth of July Instagram Post.png"
alt=""
/>
</a>
@mymessagez
</div>
<div class="flex">
<a
href="https://www.instagram.com/p/CKtEPHbH5rk/?utm_source=ig_web_copy_link"
target="_blank"
rel="noopener noreferrer"
>
<img
src="Media/[Original size] Peach Flower Traditional Love Quote Instagram Post.png"
alt=""
/>
</a>
@mymessagez
</div>
<div class="flex">
<a
href="https://www.instagram.com/p/CM7vqQ0Hk21/?utm_source=ig_web_copy_link"
target="_blank"
rel="noopener noreferrer"
>
<img
src="Media/You are the Sunshine Valentine's Instagram Post.png"
alt=""
/>
</a>
@mymessagez
</div>
<div class="flex">
<a
href="https://www.instagram.com/p/CHeSDVZHM0R/?utm_source=ig_web_copy_link"
target="_blank"
rel="noopener noreferrer"
>
<img
src="Media/Black and White Black Lives Matter Instagram Post.png"
alt=""
/>
</a>
@mymessagez
</div>
<!-- <div class="flex">
<a
href="https://www.instagram.com/p/COg8pi4HGbr/?utm_source=ig_web_copy_link"
target="_blank"
rel="noopener noreferrer"
>
<img src="Media/IMG_20210506_080037_099.jpg" alt="" />
</a>
@mymessagez
</div> -->
</div>
</body>
</html>