diff options
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 |
