-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhpc.html
46 lines (43 loc) · 1.3 KB
/
hpc.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HPC Blogs</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h2 class="heading">Hindi Press Club Blogs</h2>
</header>
<main>
<div class="pdfcontainer">
<div class="pdfItem">
<iframe
src="https://drive.google.com/file/d/1fvW_6-t1eB3YPA2P4_ziUHVObUl746LN/preview"
class="pdfDoc"
allow="autoplay"
></iframe>
<p>Smriti: Day-1</p>
</div>
<div class="pdfItem">
<iframe
src="https://drive.google.com/file/d/1v_O3luxfxz2qymd8F1iCbWN9HgUiVLG-/preview"
class="pdfDoc"
allow="autoplay"
></iframe>
<p>Smriti: Day-2</p>
</div>
<div class="pdfItem">
<iframe
src="https://drive.google.com/file/d/1LlmyDNsLjId_NFDq6_5owTwxvTF5vjaK/preview"
class="pdfDoc"
allow="autoplay"
></iframe>
<p>Smriti: Day-3</p>
</div>
</div>
</div>
</main>
</body>
</html>