http://www.didthecavswinlastnight.com/ I literally want a site with nothing on it. Except for a small line of text. And the facebook like/twitter share button. How is it done I've only worked with wordpress before.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html lang=en-us dir=ltr class=no-js> <head> <title>Did the Cavs win Last Night?</title> <meta http-equiv=Content-Type content="text/html; charset=utf-8"/> <meta property=og:title content="Did the Cavs Win Last Night?"/> <meta property=og:type content=website /> <meta property=og:url content="http://didthecavswinlastnight.com/"/> <meta property=og:image content="http://didthecavswinlastnight.com/cavs.gif"/> <meta property=og:description content="How are the Cavs doing?"/> <meta property=fb:admins content="17506479,2905353"/> <link rel=stylesheet type="text/css" media=screen href="http://www.didthecavswinlastnight.com/style.css.pagespeed.ce.gMsk_mN6-F.css"/> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-55222-12']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body> <div id=content> <h1>No.</h1> <p> <iframe allowtransparency=true frameborder=0 scrolling=no src="http://platform.twitter.com/widgets/tweet_button.html?text=Did%20the%20Cavs%20win%20last%20night%3F%20%23didthecavswinlastnight&url=http://didthecavswinlastnight.com" style="width:120px; height:21px;"></iframe> <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fdidthecavswinlastnight.com%2F&layout=button_count&show_faces=false&width=90&action=like&colorscheme=light&height=21" style="border:none; overflow:hidden; width:110px; height:21px;" scrolling=no frameborder=0 allowtransparency=true></iframe> <a href="http://www.supportourribbons.com/custom-ribbon-magnet-sticker/26541/didthecavswinlastnight.com" target=_new>Funny Custom Ribbon Magnet</a> </p> <div> </body> </html> Just right click and take a look at the code....
It is just a matter of html, why use wordpress. Create a page like this and upload it to your www directory in your server.
Yea no need to use wordpress just put the html in a file named index.html and upload it to the root of your server.