-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththumbnails.html
More file actions
19 lines (19 loc) · 711 Bytes
/
Copy paththumbnails.html
File metadata and controls
19 lines (19 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<body>
<title>thumbnail image gallery</title>
</head>
<body>
<h1>Thumbnail image gallery</h1>
<p>click on any image to view the full-size version.</p>
<!--Gallery Thumbnails-->
<a href="https://adityauniversity.in/"target="_blank">
<img src="C:\Users\Bharadwaj\Desktop\downloaded images\aditya university.png" alt="Image 1">
</a>
<a href=https://chatgpt.com/"target="_blank>
<img src="C:\Users\Bharadwaj\Desktop\downloaded images\chatgpt.png"alt="Image 2">
</a>
<a href=https://erp.adityauniversity.in/"target="_blank>
<img src="C:\Users\Bharadwaj\Desktop\downloaded images\aditya university.png" alt="Image 3">
</a>
</body>
</html>