Skip to content

Commit 2cceba1

Browse files
authored
Create index.html
1 parent 82429c7 commit 2cceba1

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Search Word Definitions/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Get Words Definitions</title>
8+
</head>
9+
<body>
10+
<h1>Welcome to The Dictionary </h1>
11+
12+
<input type="text" id="inputtext">
13+
<button id="fetchBtn" style="height: 30px; margin: 20px; background-color: rgb(26, 211, 224); border-radius: 7px; font-family: 'Franklin Gothic Medium'; ">Fetch</button>
14+
<button id="deleteBtn" style="height: 30px; background-color: greenyellow; border-radius: 7px; font-family: 'Franklin Gothic Medium'; ">Delete All</button>
15+
16+
<h2>Defenition</h2>
17+
<ul id="list">
18+
19+
</ul>
20+
<script src="app.js"></script>
21+
</body>
22+
</html>

0 commit comments

Comments
 (0)