Created
February 16, 2020 20:44
-
-
Save prateek3255/9a39b13c3e9fde97507c87399bf8ad2d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <link rel = "stylesheet" | |
| type = "text/css" | |
| href = "popup.css" /> | |
| </head> | |
| <body> | |
| <div class="wrap"> | |
| <h1>Replacely</h1> | |
| <form id="replacely-form"> | |
| <input type="text" id="search" required class="text-box" placeholder="Search"/> | |
| <input type="text" id="replace" required class="text-box" placeholder="Replace"/> | |
| <button class="btn" type="submit"> | |
| <span>Replace</span> | |
| </button> | |
| </form> | |
| </div> | |
| <script src="popup.js"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment