DeezerTooter/deezer-tooter/browserAction/index.html
2020-09-30 13:53:52 +02:00

16 lines
463 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>
<br>
<script src="script.js"></script>
</body>
</html>