<!DOCTYPE html>
<html>
<link rel="stylesheet" type="text/css" href="css/style.css">

<body>

<h1>Author-Side Interface</h1>

<form>
<p>Start URL's.</p>
<textarea name="paragraph_text" cols="50" rows="10"></textarea>
<p>Stop URL's.</p>
<textarea name="paragraph_text" cols="50" rows="10"></textarea>
<br>
<input type="submit" value="Get my URL">
<input type="reset">
</form>

<p>Your URL:</p>

</body>
</html>