17 lines
495 B
HTML
17 lines
495 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link href="style.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<span id="toot-info"></span><br>
|
|
<input type="textarea" name="Comment" id="toot-comment" placeholder="Your comment here" cols="20" autofocus><br>
|
|
<input type="text" id="toot-hashtags"></span><br>
|
|
<button id="toot-button">Toot !</button><br><br>
|
|
<span id='toot-url'></span>
|
|
<br>
|
|
<script src="script.js"></script>
|
|
</body>
|
|
</html>
|