-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (22 loc) · 716 Bytes
/
Copy pathindex.html
File metadata and controls
25 lines (22 loc) · 716 Bytes
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 name="viewport" content="width=device-width, initial-scale=1.0">
<title>Banner Rotate</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="slider" >
</header>
<img class="selected" src="assets/photo1.jpeg" alt="Image1">
<img src="assets/photo2.jpeg" alt="Image2">
<img src="assets/photo3.jpeg" alt="Image3">
<img src="assets/photo4.jpeg" alt="Image4">
<img src="assets/photo5.jpg" alt="Image5">
<img src="assets/photo6.jpg" alt="Image6">
<img src="assets/photo7.jpg" alt="Image7">
</div>
<script src="script.js"></script>
</body>
</html>