-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexl.html
23 lines (22 loc) · 2.09 KB
/
indexl.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Clone Design</title>
<link rel="stylesheet" href="style.css">
</head>
<h1 data-value="WASHINGTON">WASHINGTON</h1>
<body>
<div id = "image-track" data-mouse-down-at="0" data-prev-percentage = "0">
<img class="image" src="https://plus.unsplash.com/premium_photo-1672907031622-10c17bd72c3f?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1624&q=80" draggable="false"/>
<img class="image" src="https://images.unsplash.com/photo-1683549581667-6a0203d3f24a?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1740&q=80" draggable="false"/>
<img class="image" src="https://plus.unsplash.com/premium_photo-1678900924410-40ab1c7ba6e7?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1740&q=80" draggable="false"/>
<img class="image" src="https://images.unsplash.com/photo-1682686581312-506a8b53190e?ixlib=rb-4.0.3&ixid=MnwxMjA3fDF8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1740&q=80" draggable="false"/>
<img class="image" src="https://images.unsplash.com/photo-1683582411325-b87240c5b530?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1740&q=80" draggable="false"/>
<img class="image" src="https://images.unsplash.com/photo-1683011149602-ac15c7c5b078?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1738&q=80" draggable="false"/>
<img class="image" src="https://images.unsplash.com/photo-1683369539069-2cc88ef28963?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1887&q=80" draggable="false"/>
<img class="image" src="https://images.unsplash.com/photo-1683582160988-5809b4886adc?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1738&q=80" draggable="false"/>
</div>
<script type = "module" src="app.js"></script>
</body>
</html>