You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
463 B
21 lines
463 B
<html> |
|
|
|
<head> |
|
<link rel="stylesheet" href="style.css"> |
|
</head> |
|
|
|
<body> |
|
<div id="main"> |
|
<div id="form"> |
|
<form action="country.pl"> |
|
<input name="syllables" id="syllables" placeholder="syllables"> |
|
<input name="lines" id="lines" placeholder="lines"> |
|
<input type="submit" value="submit"> |
|
</form> |
|
</div> |
|
<div id="music"> |
|
</div> |
|
</div> |
|
</body> |
|
|
|
</html>
|
|
|