Skip to content

Instantly share code, notes, and snippets.

@robertcoopercode
Created November 12, 2017 19:43
Show Gist options
  • Save robertcoopercode/87789a460b7d30cca1ac6341ac45ef42 to your computer and use it in GitHub Desktop.
Save robertcoopercode/87789a460b7d30cca1ac6341ac45ef42 to your computer and use it in GitHub Desktop.
<html>
<head>
<link href="styles.css" rel="stylesheet" text="text/css" />
</head>
<body>
<h1 class="title">Lorem Ipsum Generator</h1>
<p class="description">A simple lorem ipsum generator</p>
<form action="/" method="POST">
<input type="number" class="paragraph-number" name="numberOfParagraphs">
<input type="submit" value="Generate" class="generate-button">
</form>
<div class="generated-text">
<div class='placeholder-div'></div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment