diff options
| author | Kumar Priyansh <[email protected]> | 2020-08-31 00:31:12 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2020-08-31 00:31:12 +0530 |
| commit | d18dd924dc52aec85086e8813837afbcfe257ad8 (patch) | |
| tree | 5b00ff55893b32af0b67cbb80b59ee2d56ebd4d8 /app/index.html | |
| parent | 8daea0c6a5f15958886ae9e7c16bc886d00aa74b (diff) | |
| download | dictionary-d18dd924dc52aec85086e8813837afbcfe257ad8.tar.xz dictionary-d18dd924dc52aec85086e8813837afbcfe257ad8.zip | |
Add: basic search ui
Diffstat (limited to 'app/index.html')
| -rw-r--r-- | app/index.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app/index.html b/app/index.html index 5fcd6ec..e6a421d 100644 --- a/app/index.html +++ b/app/index.html @@ -4,8 +4,13 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Dictionary</title> + <link rel="stylesheet" href="css/style.css"> </head> <body> - Renderer + <div class="dict_ui"> + <div class="search_box"> + <input type="text" class="search" placeholder="Search for words..."> + </div> + </div> </body> </html>
\ No newline at end of file |
