-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcarousel.html
30 lines (25 loc) · 857 Bytes
/
carousel.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
29
30
<!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">
<link rel="stylesheet" href="assets/css/index.css">
<title>Taner Acikgoz</title>
</head>
<body>
<div class="banner">
<h1 class="header">Jeune Homme</h1>
<h2 class="header">Taner Acikgoz</h2>
</div>
<div class="carousell_container">
<img id="cimages" src="assets/images/black.JPG" alt="carousel_image" ></img>
</div>
<footer>© 2021 Taneristique
<audio controls autoplay loop>
<source src="assets/music/Chopin Mazurka Am op17no4 MASTERVERB 02.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</footer>
</body>
</html>