<html>
<head>
<link href="index.css" rel="stylesheet">
</head>
<body>
<h1>Create Your Twitter Post!</h1>
<div class="container">
<textarea type="text" id="string" placeholder="Type in the box"></textarea>
<div id="counterFooter">Characters You Have Entered -> 140/140 <- Maximum Characters </div>
<button id="btn"><h2><img class="animated-gif" src="images/twitter1.gif" alt="Twitter
logo"></h2></button>
<!-- ******I tried to add the correct code to post to Twitter, but they refused the connect
lol -->
<!-- <button id="btn"><h2> <img class="animated-gif" src="images/twitter1.gif" alt="Twitter
logo"> <a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button"
data-show-count="false">Tweet</a><script async src="https://platform.twitter.com/widgets.js"
charset="utf-8"></script>></h2></button> -->