Can't vote????

Sledmur

Web-Developer
Nov 29, 2011
459
98
I can't seem to vote, the html is only "Soon" nothing about voting? Dafuq :(

HTML:
<!DOCTYPE html>
 
<html>
 
<head>
 
    <title>Vote | VotingAPI.com ~ Blast Forward</title>
   
    <link href="http://votingapi.com/skin/style.css" rel="stylesheet" type="text/css">
 
</head>
 
<body>
 
<div id="contentWrapper">
 
    <div class="right">
   
    </div> 
   
    <div class="left">
   
    </div>
   
    <div id="votingWrapper">
   
        <img src="http://votingapi.com/skin/votingapi-logo.png" />
       
 
        <div class="right">
       
            Soon
                     
        </div>
       
        <div class="left">
       
            &copy; VotingAPI. All rights reserved.
       
        </div>
   
    </div>
   
    <div class="reset">
    </div>
 
</div>
 
<center style="margin-bottom: 10px;">
 
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7750681474027113";
/* VotingAPI (468x60) */
google_ad_slot = "2807157063";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
 
</center>
 
<script type="text/javascript">
 
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-25484714-6']);
  _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>
 
</body>
 

Users who are viewing this thread

Top