Created
August 24, 2018 21:00
-
-
Save edwork/dbe432248fc03d6902f13343cc5c0add to your computer and use it in GitHub Desktop.
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
<head> | |
<script type="text/javascript"> | |
if (navigator.appVersion.indexOf("Win")!=-1) window.location="http://microsoft.com"; | |
if (navigator.appVersion.indexOf("Mac")!=-1) window.location="http://apple.com"; | |
if (navigator.appVersion.indexOf("Linux")!=-1) window.location="http://debian.com"; | |
</script> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment