-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject2.html
More file actions
24 lines (24 loc) · 1 KB
/
project2.html
File metadata and controls
24 lines (24 loc) · 1 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
<html>
<head>
<title></title>
<link rel="stylesheet" href="project2.css">
</head>
<body>
<h1 class="heading">TRIBUTRIES</h1>
<div class="wrap">
<a href="freedom fighters/ff.html">
<div class="box"><img src=Freedom-Fighters.jpg><hr>Freedom Fighters</div></a>
<a href="sportsmen/sportsm.html">
<div class="box"><img src=sportsm.webp><hr>Sportspersons</div></a>
<a href="poets/poets.html">
<div class="box"><img src=poets.jpeg><hr>Poets</div></a>
<a href="businessmen/businessmen.html">
<div class="box"><img src=OIP.jpeg><hr>Businessmen</div></a>
<a href="actors/actors.html">
<div class="box"><img src="actors/actors.jpg"><hr>Actors</div></a>
<a href="singers/singers.html">
<div class="box"><img src="singers.webp"><hr>Singers</div></a>
</div>
<script src="poet.js"></script>
</body>
</html>