-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (24 loc) · 961 Bytes
/
index.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
<!DOCTYPE html>
<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>Rotating Images</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.png" type="image/x-icon">
</head>
<body>
<div class="box">
<h1><a href="https://en.wikipedia.org/wiki/Ranveer_Singh" target="_blank">RANVEER</a></h1>
<span style="--i:1;"><img src="1.png"></span>
<span style="--i:2;"><img src="2.jpg"></span>
<span style="--i:3;"><img src="3.jpg"></span>
<span style="--i:4;"><img src="4.jpg"></span>
<span style="--i:5;"><img src="5.jpg"></span>
<span style="--i:6;"><img src="6.jpg"></span>
<span style="--i:7;"><img src="7.jpg"></span>
<span style="--i:8;"><img src="8.jpg"></span>
</div>
</body>
</html>