-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
28 lines (27 loc) · 1.32 KB
/
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
26
27
28
<!DOCTYPE html>
<!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>Document</title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<!-- Titile -->
<h1>Infinite scroll</h1>
<!-- Loader -->
<div class="loader" id="loader">
<img src="Eclipse-0.7s-200px.svg" alt="Loading..." >
</div>
<!-- image container -->
<div class="image-container" id="image-container">
<!-- <img src="https://images.unsplash.com/photo-1642024728966-7492bae9bb60?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHx0b3BpYy1mZWVkfDF8NnNNVmpUTFNrZVF8fGVufDB8fHx8&auto=format&fit=crop&w=1000&q=60" alt="sorry for your inconviences">
<img src="https://images.unsplash.com/photo-1642024728966-7492bae9bb60?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHx0b3BpYy1mZWVkfDF8NnNNVmpUTFNrZVF8fGVufDB8fHx8&auto=format&fit=crop&w=1000&q=60" alt="sorry for your inconviences">
<img src="https://images.unsplash.com/photo-1642024728966-7492bae9bb60?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHx0b3BpYy1mZWVkfDF8NnNNVmpUTFNrZVF8fGVufDB8fHx8&auto=format&fit=crop&w=1000&q=60" alt="sorry for your inconviences"> -->
</div>
<!-- Script -->
<script src="script.js"></script>
</body>
</html>