screen_rotation
Copied to Clipboard
<!DOCTYPE html> <html> <head> <title>Font Awesome Search Icon Placeholder</title> <link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'> </head> <body> <h3>Font Awesome Search Icon Placeholder</h3> <input type="text" placeholder=" Search" style="font-family: Arial, FontAwesome" /> </body> </html>