File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments