-
Notifications
You must be signed in to change notification settings - Fork 4
/
Random.html
24 lines (24 loc) · 1.46 KB
/
Random.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
<!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>Trending</title>
<link rel="stylesheet" href="random.css">
</head>
<body>
<h1>Trending 🔥</h1>
<div id="t1"><img src="https://source.unsplash.com/random/?trending" alt="Trending Image" height="350" width="375"></div>
<div id="t2"><img src="https://source.unsplash.com/random/?trending,weekly" alt="Trending Image" height="350" width="375"></div>
<div id="t3"><img src="https://source.unsplash.com/random/?trending,yearly" alt="Trending Image" height="350" width="375"></div>
<div id="t4"><img src="https://source.unsplash.com/random/?trending,daily" alt="Trending Image" height="350" width="375"></div>
<div id="t5"><img src="https://source.unsplash.com/random/?trending,funny" alt="Trending Image" height="350" width="375"></div>
<div id="t6"><img src="https://source.unsplash.com/random/?trending,aesthetic" alt="Trending Image" height="350" width="375"></div>
<div id="t7"><img src="https://source.unsplash.com/random/?trending,monthly" alt="Trending Image" height="350" width="375"></div>
<div id="t8"><img src="https://source.unsplash.com/random/?trending,nature" alt="Trending Image" height="350" width="375"></div>
<footer>
<H1>Refrest to load more content.</H1>
</footer>
</body>
</html>