-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (27 loc) · 889 Bytes
/
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
29
30
31
32
33
34
35
36
37
38
39
<!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>WhiskfulEats</title>
<link rel="shortcut icon" href="img/Screenshot_2022-09-24_194941-removebg-preview.png" type="image/x-icon">
<link rel="stylesheet" href="css/style.css">
</head>
<div class="Main">
<body class="first">
<div id="audio">
<audio loop autoplay>
<source src="audio/Treasured Memories.mp3" type="audio/mpeg">
<button>Play</button>
</audio>
</div>
</div>
<h1>Whiskful </h1>
<h1>Eats</h1>
<br>
<h2>TRY WITH YOUR TASTE</h2>
<br>
<a class="href" href="home.html"><button id="btn01"> HOME <span id="arrow">>></span></button></a>
</body>
</html