parent
56624fe15e
commit
016f0257d7
2 changed files with 28 additions and 0 deletions
@ -0,0 +1,22 @@ |
||||
<html> |
||||
|
||||
<head> |
||||
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script> |
||||
<link rel="stylesheet" href="style.css"> |
||||
</head> |
||||
|
||||
<body> |
||||
<div id="main"> |
||||
<div id="form"> |
||||
<form> |
||||
<input type="number" name="syllables" id="syllables" placeholder="syllables" min="5" max="10"> |
||||
<input type="number" name="lines" id="lines" placeholder="lines" min="1" max="50"> |
||||
<input type="submit" value="SUBMIT"> |
||||
</form> |
||||
</div> |
||||
<div id="music"> |
||||
</div> |
||||
</div> |
||||
</body> |
||||
|
||||
</html> |
Loading…
Reference in new issue