-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathquotes.html
More file actions
24 lines (24 loc) · 1.43 KB
/
quotes.html
File metadata and controls
24 lines (24 loc) · 1.43 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
<!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>Quotes</title>
<link rel="stylesheet" href="animal.css">
</head>
<body>
<h1>Quotes 🌟</h1>
<div id="t1"><img src="https://source.unsplash.com/random/?saying" alt="Trending Image" height="350" width="375"></div>
<div id="t2"><img src="https://source.unsplash.com/random/?quote,weekly" alt="Trending Image" height="350" width="375"></div>
<div id="t3"><img src="https://source.unsplash.com/random/?saying,yearly" alt="Trending Image" height="350" width="375"></div>
<div id="t4"><img src="https://source.unsplash.com/random/?quote,daily" alt="Trending Image" height="350" width="375"></div>
<div id="t5"><img src="https://source.unsplash.com/random/?motivation" alt="Trending Image" height="350" width="375"></div>
<div id="t6"><img src="https://source.unsplash.com/random/?quotes" alt="Trending Image" height="350" width="375"></div>
<div id="t7"><img src="https://source.unsplash.com/random/?saying,monthly" alt="Trending Image" height="350" width="375"></div>
<div id="t8"><img src="https://source.unsplash.com/random/?motivation,quotes" alt="Trending Image" height="350" width="375"></div>
<footer>
<H1>Refrest to load more content.</H1>
</footer>
</body>
</html>