Created
May 29, 2015 17:55
-
-
Save spence/4f4a695b7894fd1f04d7 to your computer and use it in GitHub Desktop.
Create a emailable link to a Skype profile (since skype has no web profiles and gmail blocks direct application links). e.g., http://static.spencercreasey.com/skype-profile.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Spencer Creasey - Skype</title> | |
<META http-equiv="refresh" content="0;URL=skype:spencer.creasey?userinfo"> | |
</head> | |
<body></body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment