Hoplink Generator for RPW

Creates a clickable link (because typing long url on my iPhone is always a PITA).

The Prompt:

I'd like to create a web app using JS, CSS, and HTML that asks the user for the name of a page and then creates clickable link to that page name using the prefix: 'https://read.pubwriter.com/' (without the quotes). For example, if I put 'obt' (without the quotes) in the web form, it would generate a clickable link to 'https://read.pubwriter.com/obt'


My Codepen