diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -48,9 +48,13 @@ </div> - - <div id="suggestion" > - <form> <input id="textanalyser" size="70" placeholder="Type here to create a network:"/></form> + <div id="textinputui"> + <div id="suggestion" > + <form> <input id="textanalyser" size="70" placeholder="Type here to create a network"/></form> + </div> + <div id="searchdiv" > + <form> <input id="search" size="70" placeholder="Type search query"/></form> + </div> </div> <div class="typeselection"> |
