Created
November 12, 2017 19:43
-
-
Save robertcoopercode/87789a460b7d30cca1ac6341ac45ef42 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
<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