Update Redditlikekerfuffle.HTML

This commit is contained in:
Dangrainage 2023-11-28 15:57:40 +01:00 committed by GitHub
parent 36d49ba9cf
commit 4c8c41bc65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
<body>
<div>
<h2>Post a Bitter</h2>
<textarea id="tweetInput" rows="4" cols="50"></textarea>
<textarea id="tweetInput" rows="1" cols="50"></textarea>
<br>
<button onclick="postTweet()">Post</button>
</div>