Update Redditlikekerfuffle.HTML
This commit is contained in:
parent
29e128f1ff
commit
f5e5b30824
1 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue