How is this done?

Discussion in 'HTML & Website Design' started by Cutsizzle6, Mar 21, 2011.

  1. #1
    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.
     
    Cutsizzle6, Mar 21, 2011 IP
  2. Hondarydr

    Hondarydr Active Member

    Messages:
    53
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #2
    That's simple HTML, would literally take about a minute to create.
     
    Hondarydr, Mar 21, 2011 IP
  3. Cutsizzle6

    Cutsizzle6 Active Member

    Messages:
    435
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    75
    #3
    Where do you place the HTML? I have never done a site like that.
     
    Cutsizzle6, Mar 21, 2011 IP
  4. Cutsizzle6

    Cutsizzle6 Active Member

    Messages:
    435
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    75
    #4
    what would the html be like for a page like that?
     
    Cutsizzle6, Mar 21, 2011 IP
  5. OneLifeAway

    OneLifeAway Peon

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    <!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&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;action=like&amp;colorscheme=light&amp;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....
     
    OneLifeAway, Mar 21, 2011 IP
  6. illspirit

    illspirit Active Member

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    68
    #6
    You'd put it in a file called index.html and upload it to your web directory.
     
    illspirit, Mar 21, 2011 IP
  7. jacobatwood

    jacobatwood Peon

    Messages:
    76
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    You can use WordPress and it's plugins for that.
     
    jacobatwood, Mar 22, 2011 IP
  8. freshgreenlove

    freshgreenlove Well-Known Member

    Messages:
    404
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    135
    #8
    try plugin wp maintenance if you want to use wordpress cms
     
    freshgreenlove, Mar 22, 2011 IP
  9. jibin

    jibin Peon

    Messages:
    43
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    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.
     
    jibin, Mar 22, 2011 IP
  10. benc811

    benc811 Peon

    Messages:
    37
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #10
    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.
     
    benc811, Mar 22, 2011 IP