| | <!DOCTYPE html> |
| | <html> |
| | <head> |
| | <title>SpaceGen</title> |
| | <link rel="stylesheet" type="text/css" href="style98.css"> |
| | <script src="script.js" defer></script> |
| | </head> |
| | <body> |
| | <h1>SpaceGen</h1> |
| | <h6>Don't mess with the SpaceGen</h6> |
| | <div class="button-container"> |
| | <button id="aboutButton">About</button> |
| | </div> |
| | <div class="input-container"> |
| | <textarea id="userInput" rows="12" cols="50" placeholder="Enter corrupted text here">T hel ittlegi rlra nthro ughth epa rkc has ing abut terfly.</textarea> |
| | </div> |
| | <div class="button-container"> |
| | <button id="generateButton">Fix Space</button> |
| | </div> |
| | <div class="output-container"> |
| | <textarea id="outputText" rows="12" cols="50" placeholder="Gently spaced text will be outputted here..." readonly></textarea> |
| | </div> |
| |
|
| | </body> |
| | </html> |
| |
|