-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (31 loc) · 1.36 KB
/
Copy pathindex.html
File metadata and controls
36 lines (31 loc) · 1.36 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lyrics App</title>
<script src="https://kit.fontawesome.com/1935d064dd.js" crossorigin="anonymous"></script>
<link rel="icon" type="image/x-icon" href="./images/favicon.ico" />
<link rel="stylesheet" href="style.css">
<script data-host="http://tamakr.rf.gd/branaly/public" data-dnt="false" src="http://tamakr.rf.gd/branaly/public/js/script.js" id="ZwSg9rf6GA" async defer></script>
</head>
<body>
<header>
<div class="container">
<h1><a href="index.html" style="color: white; text-decoration: none;">Lyrics Search App</a></h1>
<form action="" id="form" autocomplete="off">
<input type="text" id="search" placeholder="Enter artist or song name">
<button>Search</button>
<button type="reset"><a href="index.html" style="color: aliceblue; text-decoration: none;">Clear search</a></button>
</form>
</div>
</header>
<section>
<div class="container" id="result">
<p>Enter Song or Artist in the field above</p>
</div>
</section>
<!-- <h4>Copyright © 2022. All Rights Reserved - prahlad kumar</h4> -->
<script src="script.js"></script>
</body>
</html>