Update Redditlikekerfuffle.HTML

This commit is contained in:
Dangrainage 2023-11-26 22:17:08 +01:00 committed by GitHub
parent 29e128f1ff
commit f5e5b30824
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,19 +2,21 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="Dangrain.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anonymous Twitter</title>
<title>Bitter(twitter clone)</title>
<h1>Use this as you would Twitter, oh, sorry X, lol</h1>
</head>
<body>
<div>
<h2>Post a Tweet</h2>
<h2>Post a Bitter</h2>
<textarea id="tweetInput" rows="4" cols="50"></textarea>
<br>
<button onclick="postTweet()">Post</button>
</div>
<div>
<h2>Tweets</h2>
<h2>Bitters</h2>
<ul id="tweetList"></ul>
</div>