uri testing

by colintoh

HTML

<a href="fbshare://score=10">Facebook Share</a>
<a href="twittershare://score=10">Twitter Share</a>

<a href="http://google.com">here</a>

CSS

a {
	display:block;
    background:blue;
    width:200px;
    height:100px;
    float:left;
    margin:10px;
    color:white;
    line-height:100px;
    text-align:center;
    font-weight:bold;
    
}

JavaScript

function here(){
    return obj = { "name": "Colin"}
}